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