|
float | posToPan (int x, int y) |
|
bool | resumeAll () |
|
bool | pauseAll (bool includingMusic=true) |
|
bool | cleanup () |
|
byte | getMasterVolumePercent () |
|
byte | getMasterVolume () |
|
bool | setMasterVolumePercent (byte percent) |
|
byte | getVolumePercent (TSoundType type) |
|
bool | setVolumePercent (TSoundType type, byte percent) |
|
bool | setVolume (TSoundType type, int volume) |
|
bool | removeSound (BaseSoundBuffer *sound) |
|
BaseSoundBuffer * | addSound (const char *filename, TSoundType type=TSoundType::SOUND_SFX, bool streamed=false, uint32 initialPrivateVolume=100) |
|
bool | addSound (BaseSoundBuffer *sound, TSoundType type=TSoundType::SOUND_SFX) |
|
bool | initLoop () |
|
bool | initialize () |
|
| BaseSoundMgr (BaseGame *inGame) |
|
void | saveSettings () |
|
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: