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