Exemple #1
0
 /// <summary>
 /// Pauses the playback of the current SoundObject.
 /// </summary>
 public void Pause()
 {
     FreeSL.fslSoundPause(_sound);
 }