Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/snd/
Dsnd_SoundHandle.h400 void SetLpfFreq( f32 lpfFreq ) in SetLpfFreq() function
Dsnd_WaveSoundHandle.h371 void SetLpfFreq( f32 lpfFreq ) in SetLpfFreq() function
Dsnd_StreamSoundHandle.h382 void SetLpfFreq( f32 lpfFreq ) in SetLpfFreq() function
Dsnd_BasicSoundPlayer.h79 void SetLpfFreq( float lpfFreq ) { m_PlayerParamSet.lpfFreq = lpfFreq; } in SetLpfFreq() function
Dsnd_SequenceSoundHandle.h364 void SetLpfFreq( f32 lpfFreq ) in SetLpfFreq() function
Dsnd_SequenceTrack.h183 void SetLpfFreq( float lpfFreq ) { m_ParserTrackParam.lpfFreq = lpfFreq; } in SetLpfFreq() function
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_SoundPlayer.cpp156 void SoundPlayer::SetLpfFreq( float lpfFreq ) in SetLpfFreq() function in nw::snd::SoundPlayer
Dsnd_BasicSound.cpp905 void BasicSound::SetLpfFreq( f32 lpfFreq ) in SetLpfFreq() function in nw::snd::internal::BasicSound
Dsnd_Voice.cpp791 void Voice::SetLpfFreq( f32 lpfFreq ) in SetLpfFreq() function in nw::snd::internal::driver::Voice