Searched defs:fadeFrames (Results 1 – 10 of 10) sorted by relevance
| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_ExternalSoundPlayer.cpp | 72 void ExternalSoundPlayer::StopAllSound( int fadeFrames ) in StopAllSound() 93 void ExternalSoundPlayer::PauseAllSound( bool flag, int fadeFrames ) in PauseAllSound()
|
| D | snd_SoundActor.cpp | 102 void SoundActor::StopAllSound( int fadeFrames ) in StopAllSound() 120 void SoundActor::PauseAllSound( bool flag, int fadeFrames ) in PauseAllSound()
|
| D | snd_SoundPlayer.cpp | 101 void SoundPlayer::StopAllSound( int fadeFrames ) in StopAllSound() 122 void SoundPlayer::PauseAllSound( bool flag, int fadeFrames ) in PauseAllSound()
|
| D | snd_BasicSound.cpp | 244 void BasicSound::Stop( int fadeFrames ) in Stop() 274 void BasicSound::Pause( bool flag, int fadeFrames ) in Pause()
|
| D | snd_SequenceSound.cpp | 382 void SequenceSound::SetTrackSilence( u32 trackBitFlag, bool silenceFlag, int fadeFrames ) in SetTrackSilence()
|
| /NW4C-2.0.3/include/nw/snd/ |
| D | snd_SoundHandle.h | 146 void Stop( int fadeFrames ) in Stop() 179 void Pause( bool flag, int fadeFrames ) in Pause()
|
| D | snd_WaveSoundHandle.h | 147 void Stop( int fadeFrames ) in Stop() 180 void Pause( bool flag, int fadeFrames ) in Pause()
|
| D | snd_StreamSoundHandle.h | 144 void Stop( int fadeFrames ) in Stop() 177 void Pause( bool flag, int fadeFrames ) in Pause()
|
| D | snd_SequenceSoundHandle.h | 142 void Stop( int fadeFrames ) in Stop() 175 void Pause( bool flag, int fadeFrames ) in Pause()
|
| D | snd_DriverCommand.h | 233 int fadeFrames; member
|