|
@@ -522,6 +522,9 @@ Methods:
|
|
|
- bool Play()
|
|
- bool Play()
|
|
|
- void Stop()
|
|
- void Stop()
|
|
|
- void SetMasterGain(const String type, float gain)
|
|
- void SetMasterGain(const String type, float gain)
|
|
|
|
|
+- void PauseSoundType(const String type)
|
|
|
|
|
+- void ResumeSoundType(const String type)
|
|
|
|
|
+- void ResumeAll()
|
|
|
- void SetListener(SoundListener* listener)
|
|
- void SetListener(SoundListener* listener)
|
|
|
- void StopSound(Sound* sound)
|
|
- void StopSound(Sound* sound)
|
|
|
- unsigned GetSampleSize() const
|
|
- unsigned GetSampleSize() const
|
|
@@ -532,6 +535,7 @@ Methods:
|
|
|
- bool IsInitialized() const
|
|
- bool IsInitialized() const
|
|
|
- bool HasMasterGain(const String type) const
|
|
- bool HasMasterGain(const String type) const
|
|
|
- float GetMasterGain(const String type) const
|
|
- float GetMasterGain(const String type) const
|
|
|
|
|
+- bool IsSoundTypePaused(const String type) const
|
|
|
- SoundListener* GetListener() const
|
|
- SoundListener* GetListener() const
|
|
|
- const PODVector<SoundSource*>& GetSoundSources() const
|
|
- const PODVector<SoundSource*>& GetSoundSources() const
|
|
|
- void AddSoundSource(SoundSource* soundSource)
|
|
- void AddSoundSource(SoundSource* soundSource)
|