Lines Matching refs:SoundPlayer
38 SoundPlayer::SoundPlayer() in SoundPlayer() function in nw::snd::SoundPlayer
62 SoundPlayer::~SoundPlayer() in ~SoundPlayer()
76 void SoundPlayer::Update() in Update()
99 void SoundPlayer::StopAllSound( int fadeFrames ) in StopAllSound()
120 void SoundPlayer::PauseAllSound( bool flag, int fadeFrames ) in PauseAllSound()
140 void SoundPlayer::SetVolume( float volume ) in SetVolume()
156 void SoundPlayer::SetLpfFreq( float lpfFreq ) in SetLpfFreq()
171 void SoundPlayer::SetBiquadFilter( int type, float value ) in SetBiquadFilter()
186 void SoundPlayer::SetMainSend( float send ) in SetMainSend()
201 void SoundPlayer::SetFxSend( AuxBus bus, float send ) in SetFxSend()
215 void SoundPlayer::RemoveSoundList( internal::BasicSound* pSound ) in RemoveSoundList()
231 void SoundPlayer::InsertPriorityList( internal::BasicSound* pSound ) in InsertPriorityList()
251 void SoundPlayer::RemovePriorityList( internal::BasicSound* pSound ) in RemovePriorityList()
265 void SoundPlayer::detail_SortPriorityList( internal::BasicSound* pSound ) in detail_SortPriorityList()
280 void SoundPlayer::detail_SortPriorityList() in detail_SortPriorityList()
316 bool SoundPlayer::detail_AppendSound( internal::BasicSound* pSound ) in detail_AppendSound()
350 void SoundPlayer::detail_RemoveSound( internal::BasicSound* pSound ) in detail_RemoveSound()
365 void SoundPlayer::SetPlayableSoundCount( int count ) in SetPlayableSoundCount()
393 void SoundPlayer::detail_SetPlayableSoundLimit( int limit ) in detail_SetPlayableSoundLimit()
409 bool SoundPlayer::detail_CanPlaySound( int startPriority ) in detail_CanPlaySound()
432 void SoundPlayer::detail_AppendPlayerHeap( internal::PlayerHeap* pHeap ) in detail_AppendPlayerHeap()
449 void SoundPlayer::detail_RemovePlayerHeap( internal::PlayerHeap* pHeap ) in detail_RemovePlayerHeap()
464 SoundPlayer::detail_AllocPlayerHeap( internal::BasicSound* pSound ) in detail_AllocPlayerHeap()
492 void SoundPlayer::detail_FreePlayerHeap( internal::BasicSound* pSound ) in detail_FreePlayerHeap()