Exemplo n.º 1
0
 /// <summary>
 /// Stops the playback of the current SoundObject.
 /// </summary>
 public void Stop()
 {
     FreeSL.fslSoundStop(_sound);
 }