Home
last modified time | relevance | path

Searched defs:SetLpfFreq (Results 1 – 9 of 9) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundHandle.h420 void SetLpfFreq( f32 lpfFreq ) in SetLpfFreq() function
Dsnd_WaveSoundHandle.h384 void SetLpfFreq( f32 lpfFreq ) in SetLpfFreq() function
Dsnd_StreamSoundHandle.h397 void SetLpfFreq( f32 lpfFreq ) in SetLpfFreq() function
Dsnd_BasicSoundPlayer.h81 void SetLpfFreq( float lpfFreq ) { m_PlayerParamSet.lpfFreq = lpfFreq; } in SetLpfFreq() function
Dsnd_SequenceSoundHandle.h378 void SetLpfFreq( f32 lpfFreq ) in SetLpfFreq() function
Dsnd_SequenceTrack.h185 void SetLpfFreq( float lpfFreq ) { m_ParserTrackParam.lpfFreq = lpfFreq; } in SetLpfFreq() function
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundPlayer.cpp158 void SoundPlayer::SetLpfFreq( float lpfFreq ) in SetLpfFreq() function in nw::snd::SoundPlayer
Dsnd_BasicSound.cpp912 void BasicSound::SetLpfFreq( f32 lpfFreq ) in SetLpfFreq() function in nw::snd::internal::BasicSound
Dsnd_Voice.cpp793 void Voice::SetLpfFreq( f32 lpfFreq ) in SetLpfFreq() function in nw::snd::internal::driver::Voice