SoundMgr::StopAllSounds
Defined in:
Stops all sounds which are currently playing.
C4Sound.h
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 that are nonpersistent are released.
See Also