Home
last modified time | relevance | path

Searched refs:IsFrontBypass (Results 1 – 7 of 7) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_BasicSoundPlayer.h97 bool IsFrontBypass() const { return m_PlayerParamSet.isFrontBypass; } in IsFrontBypass() function
Dsnd_SoundArchiveFile.h288 bool IsFrontBypass() const;
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_WaveSoundPlayer.cpp431 channel->SetFrontBypass( IsFrontBypass() ); in StartChannel()
Dsnd_SequenceSoundPlayer.cpp695 track->GetParserTrackParam().frontBypassFlag = IsFrontBypass(); in SetPlayerTrack()
Dsnd_SoundArchiveFileReader.cpp214 info->isFrontBypass = data->IsFrontBypass(); in ReadSoundInfo()
Dsnd_StreamSoundPlayer.cpp1041 voice->SetFrontBypass( IsFrontBypass() ); in AllocVoices()
1070 voice->SetFrontBypass( IsFrontBypass() ); in AllocVoices()
Dsnd_SoundArchiveFile.cpp703 bool SoundArchiveFile::SoundInfo::IsFrontBypass() const in IsFrontBypass() function in nw::snd::internal::SoundArchiveFile::SoundInfo