Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_ExternalSoundPlayer.cpp36 ExternalSoundPlayer::ExternalSoundPlayer() in ExternalSoundPlayer() function in nw::snd::internal::ExternalSoundPlayer
50 ExternalSoundPlayer::~ExternalSoundPlayer() in ~ExternalSoundPlayer()
70 void ExternalSoundPlayer::StopAllSound( int fadeFrames ) in StopAllSound()
91 void ExternalSoundPlayer::PauseAllSound( bool flag, int fadeFrames ) in PauseAllSound()
110 void ExternalSoundPlayer::DetachSoundActorAll( SoundActor* actor ) in DetachSoundActorAll()
130 bool ExternalSoundPlayer::AppendSound( internal::BasicSound* sound ) in AppendSound()
162 void ExternalSoundPlayer::SetPlayableSoundCount( int count ) in SetPlayableSoundCount()
184 void ExternalSoundPlayer::RemoveSound( internal::BasicSound* sound ) in RemoveSound()
200 bool ExternalSoundPlayer::detail_CanPlaySound( int startPriority ) in detail_CanPlaySound()
223 internal::BasicSound* ExternalSoundPlayer::GetLowestPrioritySound() in GetLowestPrioritySound()
Dsnd_SoundActor.cpp84 m_ActorPlayer[i].~ExternalSoundPlayer(); in Finalize()
Dsnd_BasicSound.cpp732 void BasicSound::AttachExternalSoundPlayer( ExternalSoundPlayer* extPlayer ) in AttachExternalSoundPlayer()
749 void BasicSound::DetachExternalSoundPlayer( ExternalSoundPlayer* extPlayer ) in DetachExternalSoundPlayer()
Dsnd_SoundArchivePlayer.cpp827 internal::ExternalSoundPlayer* extPlayer = NULL; in detail_SetupSoundImpl()
/NW4C-1.2.23/include/nw/snd/
Dsnd_ExternalSoundPlayer.h33 class ExternalSoundPlayer
45 ExternalSoundPlayer();
46 ~ExternalSoundPlayer();
77 inline Function ExternalSoundPlayer::ForEachSound( Function function, bool reverse ) in ForEachSound()
Dsnd_BasicSound.h214 class ExternalSoundPlayer; variable
331 void AttachExternalSoundPlayer( ExternalSoundPlayer* extPlayer );
332 void DetachExternalSoundPlayer( ExternalSoundPlayer* extPlayer );
390 ExternalSoundPlayer* m_pExtSoundPlayer;
Dsnd_SoundActor.h69 typedef internal::ExternalSoundPlayer ActorPlayer;
Dsnd_SoundArchivePlayer.h49 class ExternalSoundPlayer; variable