Exemplo n.º 1
0
 /// <summary>
 /// Returns whether the current SoundObject is looping.
 /// </summary>
 public bool IsLooping()
 {
     return(FreeSL.fslSoundIsLooping(_sound));
 }