Searched defs:SetVolume (Results 1 – 6 of 6) sorted by relevance
| /NW4C-1.3.3/include/nw/snd/ | ||
| D | snd_SoundActor.h | 274 void SetVolume( f32 volume ) { m_ActorParam.volume = volume; } in SetVolume() function |
| D | snd_BasicSoundPlayer.h | 76 void SetVolume( float volume ) { m_PlayerParamSet.volume = volume; } in SetVolume() function |
| D | snd_SequenceTrack.h | 178 void SetVolume( float volume ) { m_ExtVolume = volume; } in SetVolume() function |
| /NW4C-1.3.3/sources/libraries/snd/ | ||
| D | snd_SoundPlayer.cpp | 140 void SoundPlayer::SetVolume( float volume ) in SetVolume() function in nw::snd::SoundPlayer |
| D | snd_BasicSound.cpp | 848 void BasicSound::SetVolume( f32 volume, int frames ) in SetVolume() function in nw::snd::internal::BasicSound |
| D | snd_Voice.cpp | 734 void Voice::SetVolume( f32 volume ) in SetVolume() function in nw::snd::internal::driver::Voice |