SoundMgr::StopAllSounds
Defined in: C4Sound.h
Stops all sounds which are currently playing.
Prototype
void StopAllSounds(void);
Description
The StopAllSounds function stops all sounds which are currently playing, paused, or scheduled to be played. Any of these sounds which are nonpersistent are released.
See Also
SoundMgr::PauseAllSounds
SoundMgr::ResumeAllSounds
Sound::Stop
|