C4 Engine
C4 Engine API Documentation

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 that are nonpersistent are released.
See Also

SoundMgr::PauseAllSounds

SoundMgr::ResumeAllSounds

Sound::StopSound