#include <MOSound.h>
List of all members.
Constructor & Destructor Documentation
MOSound::~MOSound |
( |
void |
| ) |
[virtual] |
MOSound::MOSound |
( |
const MOSound & |
sound | ) |
|
Member Function Documentation
float MOSound::getGain |
( |
void |
| ) |
[inline] |
float MOSound::getPitch |
( |
void |
| ) |
[inline] |
float MOSound::getRadius |
( |
void |
| ) |
[inline] |
float MOSound::getRolloff |
( |
void |
| ) |
[inline] |
float MOSound::getSoundDuration |
( |
void |
| ) |
|
MSoundRef* MOSound::getSoundRef |
( |
void |
| ) |
[inline] |
unsigned int MOSound::getSourceId |
( |
void |
| ) |
[inline] |
float MOSound::getTimePos |
( |
void |
| ) |
|
int MOSound::getType |
( |
void |
| ) |
[inline, virtual] |
bool MOSound::isLooping |
( |
void |
| ) |
[inline] |
bool MOSound::isPlaying |
( |
void |
| ) |
|
bool MOSound::isRelative |
( |
void |
| ) |
[inline] |
void MOSound::pause |
( |
void |
| ) |
|
void MOSound::play |
( |
void |
| ) |
|
void MOSound::setGain |
( |
float |
gain | ) |
|
void MOSound::setLooping |
( |
bool |
loop | ) |
|
void MOSound::setPitch |
( |
float |
pitch | ) |
|
void MOSound::setRadius |
( |
float |
radius | ) |
|
void MOSound::setRelative |
( |
bool |
relative | ) |
|
void MOSound::setRolloff |
( |
float |
rolloff | ) |
|
void MOSound::setSoundRef |
( |
MSoundRef * |
soundRef | ) |
|
void MOSound::stop |
( |
void |
| ) |
|
void MOSound::update |
( |
void |
| ) |
[virtual] |
The documentation for this class was generated from the following files: