Searched defs:SetVolume (Results 1 – 6 of 6) sorted by relevance
| /NW4C-2.0.3/include/nw/snd/ | ||
| D | snd_SoundActor.h | 282 void SetVolume( f32 volume ) { m_ActorParam.volume = volume; } in SetVolume() function |
| D | snd_BasicSoundPlayer.h | 78 void SetVolume( float volume ) { m_PlayerParamSet.volume = volume; } in SetVolume() function |
| D | snd_SequenceTrack.h | 180 void SetVolume( float volume ) { m_ExtVolume = volume; } in SetVolume() function |
| /NW4C-2.0.3/sources/libraries/snd/ | ||
| D | snd_SoundPlayer.cpp | 142 void SoundPlayer::SetVolume( float volume ) in SetVolume() function in nw::snd::SoundPlayer |
| D | snd_BasicSound.cpp | 855 void BasicSound::SetVolume( f32 volume, int frames ) in SetVolume() function in nw::snd::internal::BasicSound |
| D | snd_Voice.cpp | 736 void Voice::SetVolume( f32 volume ) in SetVolume() function in nw::snd::internal::driver::Voice |