Home
last modified time | relevance | path

Searched defs:SetFrontBypass (Results 1 – 4 of 4) sorted by relevance

/NW4C-1.2.23/include/nw/snd/
Dsnd_BasicSoundPlayer.h83 void SetFrontBypass( bool frontBypass ) { m_PlayerParamSet.isFrontBypass = frontBypass; } in SetFrontBypass() function
Dsnd_Channel.h172 void SetFrontBypass( bool flag ) { m_pVoice->SetFrontBypass( flag ); } in SetFrontBypass() function
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_BasicSound.cpp985 void BasicSound::SetFrontBypass( bool isFrontBypass ) in SetFrontBypass() function in nw::snd::internal::BasicSound
Dsnd_Voice.cpp1651 void Voice::SetFrontBypass( bool isFrontBypass ) in SetFrontBypass() function in nw::snd::internal::driver::Voice