|
bool | setPan (float pan) |
|
int | getVolume () |
|
int | getVolumePercent () |
|
bool | setVolumePercent (int percent) |
|
bool | setVolume (int volume) |
|
bool | setPrivateVolume (int volume) |
|
bool | setLoopStart (uint32 pos) |
|
uint32 | getPositionTime () |
|
bool | setPositionTime (uint32 time) |
|
bool | isPlaying () |
|
bool | isPaused () |
|
bool | resume () |
|
bool | pause (bool freezePaused=false) |
|
bool | stop () |
|
bool | play (bool looping=false) |
|
uint32 | getLength () |
|
const char * | getFilename () |
|
bool | setSoundSimple () |
|
bool | setSound (const Common::String &filename, Audio::Mixer::SoundType type=Audio::Mixer::kSFXSoundType, bool streamed=false) |
|
| BaseSound (BaseGame *inGame) |
|
bool | applyFX (TSFXType type=SFX_NONE, float param1=0, float param2=0, float param3=0, float param4=0) |
|
bool | setEditorProp (const Common::String &propName, const Common::String &propValue) |
|
Common::String | getEditorProp (const Common::String &propName, const Common::String &initVal=Common::String()) |
|
| BaseClass (TDynamicConstructor, TDynamicConstructor) |
|
bool | parseEditorProperty (char *buffer, bool complete=true) |
|
virtual bool | saveAsText (BaseDynamicBuffer *buffer, int indent=0) |
|
| BaseClass (BaseGame *GameOwner) |
|
virtual const char * | getClassName () |
|
virtual bool | persist (BasePersistenceManager *persistMgr) |
|
The documentation for this class was generated from the following file: