DEMOGL_SoundSystemStopAll kills all currently playing sound channels. These sound channels are detached from their
elements and stopped and can't be continued.
int
DEMOGL_SoundSystemStopAll(void);
Parameters.
Return values.
If the function succeeds, it returns SYS_OK.
If the function fails, it returns SYS_NOK.