public void Resume() { lock (parent.gcSync) { if (parent.IsDisposed) { return; } FAudio.FACTAudioEngine_Pause(parent.handle, index, 0); } }