Example #1
0
 /// <summary>
 /// Returns whether the current SoundObject is paused.
 /// </summary>
 public bool IsPaused()
 {
     return(FreeSL.fslSoundIsPaused(_sound));
 }