/// <summary> /// Stops all sounds currently playing. /// </summary> public void StopAllSounds() { FreeSL.fslSoundStopAllSounds(); }