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