Lines Matching refs:SoundPlayer

40 SoundPlayer::SoundPlayer()  in SoundPlayer()  function in nw::snd::SoundPlayer
64 SoundPlayer::~SoundPlayer() in ~SoundPlayer()
78 void SoundPlayer::Update() in Update()
101 void SoundPlayer::StopAllSound( int fadeFrames ) in StopAllSound()
122 void SoundPlayer::PauseAllSound( bool flag, int fadeFrames ) in PauseAllSound()
142 void SoundPlayer::SetVolume( float volume ) in SetVolume()
158 void SoundPlayer::SetLpfFreq( float lpfFreq ) in SetLpfFreq()
173 void SoundPlayer::SetBiquadFilter( int type, float value ) in SetBiquadFilter()
188 void SoundPlayer::SetMainSend( float send ) in SetMainSend()
203 void SoundPlayer::SetFxSend( AuxBus bus, float send ) in SetFxSend()
217 void SoundPlayer::RemoveSoundList( internal::BasicSound* pSound ) in RemoveSoundList()
233 void SoundPlayer::InsertPriorityList( internal::BasicSound* pSound ) in InsertPriorityList()
253 void SoundPlayer::RemovePriorityList( internal::BasicSound* pSound ) in RemovePriorityList()
267 void SoundPlayer::detail_SortPriorityList( internal::BasicSound* pSound ) in detail_SortPriorityList()
282 void SoundPlayer::detail_SortPriorityList() in detail_SortPriorityList()
318 bool SoundPlayer::detail_AppendSound( internal::BasicSound* pSound ) in detail_AppendSound()
352 void SoundPlayer::detail_RemoveSound( internal::BasicSound* pSound ) in detail_RemoveSound()
367 void SoundPlayer::SetPlayableSoundCount( int count ) in SetPlayableSoundCount()
395 void SoundPlayer::detail_SetPlayableSoundLimit( int limit ) in detail_SetPlayableSoundLimit()
411 bool SoundPlayer::detail_CanPlaySound( int startPriority ) in detail_CanPlaySound()
434 void SoundPlayer::detail_AppendPlayerHeap( internal::PlayerHeap* pHeap ) in detail_AppendPlayerHeap()
451 void SoundPlayer::detail_RemovePlayerHeap( internal::PlayerHeap* pHeap ) in detail_RemovePlayerHeap()
466 SoundPlayer::detail_AllocPlayerHeap( internal::BasicSound* pSound ) in detail_AllocPlayerHeap()
494 void SoundPlayer::detail_FreePlayerHeap( internal::BasicSound* pSound ) in detail_FreePlayerHeap()