Home
last modified time | relevance | path

Searched refs:StopAllSound (Results 1 – 13 of 13) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_AnimSound.h380 void StopAllSound() { m_Impl.StopAllSound(); } in StopAllSound() function
Dsnd_ExternalSoundPlayer.h50 void StopAllSound( int fadeFrames );
Dsnd_AnimSoundImpl.h86 void StopAllSound();
Dsnd_SoundActor.h206 void StopAllSound( int fadeFrames );
Dsnd_MidiSequencePlayer.h178 void StopAllSound();
Dsnd_SoundPlayer.h141 void StopAllSound( int fadeFrames );
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundActor.cpp102 void SoundActor::StopAllSound( int fadeFrames ) in StopAllSound() function in nw::snd::SoundActor
106 m_ActorPlayer[ i ].StopAllSound( fadeFrames ); in StopAllSound()
Dsnd_SoundPlayer.cpp66 StopAllSound( 0 ); in ~SoundPlayer()
101 void SoundPlayer::StopAllSound( int fadeFrames ) in StopAllSound() function in nw::snd::SoundPlayer
Dsnd_ExternalSoundPlayer.cpp72 void ExternalSoundPlayer::StopAllSound( int fadeFrames ) in StopAllSound() function in nw::snd::internal::ExternalSoundPlayer
Dsnd_MidiSequencePlayer.cpp420 StopAllSound(); in HandleChannelModeMessage()
465 void MidiSequencePlayer::StopAllSound() in StopAllSound() function in nw::snd::internal::driver::MidiSequencePlayer
Dsnd_AnimSoundImpl.cpp741 void AnimSoundImpl::StopAllSound() in StopAllSound() function in nw::snd::internal::AnimSoundImpl
Dsnd_SoundArchivePlayer.cpp186 m_pSoundPlayers[ playerId ].StopAllSound(0); in Finalize()
/NW4C-2.0.3/demos/snd/soundActor/sources/
DSoundActorApp.cpp167 m_Actor.StopAllSound( 3 ); in OnUpdatePad()