xoreos
0.0.5
|
A sound type. More...
Public Attributes | |
float | gain |
The sound type's current gain. More... | |
TypeList | list |
The list of channels for that type. More... | |
float Sound::SoundManager::Type::gain |
The sound type's current gain.
Definition at line 197 of file sound.h.
Referenced by Sound::SoundManager::playAudioStream(), Sound::SoundManager::setChannelGain(), and Sound::SoundManager::setTypeGain().
TypeList Sound::SoundManager::Type::list |
The list of channels for that type.
Definition at line 198 of file sound.h.
Referenced by Sound::SoundManager::freeChannel(), Sound::SoundManager::playAudioStream(), and Sound::SoundManager::setTypeGain().