Searched refs:ExternalSoundPlayer (Results 1 – 7 of 7) sorted by relevance
38 ExternalSoundPlayer::ExternalSoundPlayer() in ExternalSoundPlayer() function in nw::snd::internal::ExternalSoundPlayer52 ExternalSoundPlayer::~ExternalSoundPlayer() in ~ExternalSoundPlayer()72 void ExternalSoundPlayer::StopAllSound( int fadeFrames ) in StopAllSound()93 void ExternalSoundPlayer::PauseAllSound( bool flag, int fadeFrames ) in PauseAllSound()104 void ExternalSoundPlayer::Finalize( SoundActor* actor ) in Finalize()125 bool ExternalSoundPlayer::AppendSound( internal::BasicSound* sound ) in AppendSound()157 void ExternalSoundPlayer::SetPlayableSoundCount( int count ) in SetPlayableSoundCount()179 void ExternalSoundPlayer::RemoveSound( internal::BasicSound* sound ) in RemoveSound()195 bool ExternalSoundPlayer::detail_CanPlaySound( int startPriority ) in detail_CanPlaySound()227 internal::BasicSound* ExternalSoundPlayer::GetLowestPrioritySound() in GetLowestPrioritySound()
750 void BasicSound::AttachExternalSoundPlayer( ExternalSoundPlayer* extPlayer ) in AttachExternalSoundPlayer()767 void BasicSound::DetachExternalSoundPlayer( ExternalSoundPlayer* extPlayer ) in DetachExternalSoundPlayer()
841 internal::ExternalSoundPlayer* extPlayer = NULL; in detail_SetupSoundImpl()
35 class ExternalSoundPlayer47 ExternalSoundPlayer();48 ~ExternalSoundPlayer();79 inline Function ExternalSoundPlayer::ForEachSound( Function function, bool reverse ) in ForEachSound()
216 class ExternalSoundPlayer; variable354 void AttachExternalSoundPlayer( ExternalSoundPlayer* extPlayer );355 void DetachExternalSoundPlayer( ExternalSoundPlayer* extPlayer );413 ExternalSoundPlayer* m_pExtSoundPlayer;
71 typedef internal::ExternalSoundPlayer ActorPlayer;
51 class ExternalSoundPlayer; variable