Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_ExternalSoundPlayer.cpp38 ExternalSoundPlayer::ExternalSoundPlayer() in ExternalSoundPlayer() function in nw::snd::internal::ExternalSoundPlayer
52 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()
Dsnd_BasicSound.cpp750 void BasicSound::AttachExternalSoundPlayer( ExternalSoundPlayer* extPlayer ) in AttachExternalSoundPlayer()
767 void BasicSound::DetachExternalSoundPlayer( ExternalSoundPlayer* extPlayer ) in DetachExternalSoundPlayer()
Dsnd_SoundArchivePlayer.cpp841 internal::ExternalSoundPlayer* extPlayer = NULL; in detail_SetupSoundImpl()
/NW4C-2.0.3/include/nw/snd/
Dsnd_ExternalSoundPlayer.h35 class ExternalSoundPlayer
47 ExternalSoundPlayer();
48 ~ExternalSoundPlayer();
79 inline Function ExternalSoundPlayer::ForEachSound( Function function, bool reverse ) in ForEachSound()
Dsnd_BasicSound.h216 class ExternalSoundPlayer; variable
354 void AttachExternalSoundPlayer( ExternalSoundPlayer* extPlayer );
355 void DetachExternalSoundPlayer( ExternalSoundPlayer* extPlayer );
413 ExternalSoundPlayer* m_pExtSoundPlayer;
Dsnd_SoundActor.h71 typedef internal::ExternalSoundPlayer ActorPlayer;
Dsnd_SoundArchivePlayer.h51 class ExternalSoundPlayer; variable