Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/snd/
Dsnd_BasicSoundPlayer.h84 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.3.3/sources/libraries/snd/
Dsnd_BasicSound.cpp1043 void BasicSound::SetFrontBypass( bool isFrontBypass ) in SetFrontBypass() function in nw::snd::internal::BasicSound
Dsnd_Voice.cpp1650 void Voice::SetFrontBypass( bool isFrontBypass ) in SetFrontBypass() function in nw::snd::internal::driver::Voice