| HGE::Channel_StopAll
Stops all active audio channels.
 
void Channel_StopAll();
 Remarks
After calling Channel_StopAll function all previously returned channel handles become invalid.
 Requirements
Header: hge.hImport library: hge.lib
 See also
Channel_Pause,
Channel_Resume,
Channel_Stop,
Channel_PauseAll,
Channel_ResumeAll
 
 |