Home
last modified time | relevance | path

Searched defs:GetLpfFreq (Results 1 – 5 of 5) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundPlayer.h209 float GetLpfFreq() const { return m_LpfFreq; } in GetLpfFreq() function
Dsnd_BasicSoundPlayer.h91 float GetLpfFreq() const { return m_PlayerParamSet.lpfFreq; } in GetLpfFreq() function
Dsnd_Voice.h165 f32 GetLpfFreq() const { return m_LpfFreq; } in GetLpfFreq() function
Dsnd_SequenceTrack.h196 float GetLpfFreq() const { return m_ParserTrackParam.lpfFreq; } in GetLpfFreq() function
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_BasicSound.cpp916 f32 BasicSound::GetLpfFreq() const in GetLpfFreq() function in nw::snd::internal::BasicSound