SoundMgr::GetMasterVolume
Defined in: C4Sound.h
Returns the master volume that is applied to all sounds.
Prototype
float GetMasterVolume(void) const;
Description
The GetMasterVolume function returns the master volume that is applied to all sounds. The volume of any particular sound is determined by multiplying the master volume by the sound's group volume, if any, and by the volume of the sound itself.
See Also
SoundMgr::SetMasterVolume
SoundGroup::GetVolume
SoundGroup::SetVolume
Sound::GetSoundProperty
Sound::SetSoundProperty
|