Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_BasicSoundPlayer.h94 bool IsFrontBypass() const { return m_PlayerParamSet.isFrontBypass; } in IsFrontBypass() function
Dsnd_SoundArchiveFile.h286 bool IsFrontBypass() const;
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_WaveSoundPlayer.cpp421 channel->SetFrontBypass( IsFrontBypass() ); in StartChannel()
Dsnd_SequenceSoundPlayer.cpp689 track->GetParserTrackParam().frontBypassFlag = IsFrontBypass(); in SetPlayerTrack()
Dsnd_SoundArchiveFileReader.cpp212 info->isFrontBypass = data->IsFrontBypass(); in ReadSoundInfo()
Dsnd_StreamSoundPlayer.cpp988 voice->SetFrontBypass( IsFrontBypass() ); in AllocVoices()
1017 voice->SetFrontBypass( IsFrontBypass() ); in AllocVoices()
Dsnd_SoundArchiveFile.cpp689 bool SoundArchiveFile::SoundInfo::IsFrontBypass() const in IsFrontBypass() function in nw::snd::internal::SoundArchiveFile::SoundInfo