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