/// <summary>Stop recording samples. This will not clear previously recorded samples.</summary> public void Stop() { Alc.CaptureStop(Handle); IsRunning = false; }
/// <summary>Stop recording samples. This will not clear previously recorded samples.</summary> public void Stop() { Alc.CaptureStop(Handle); _isrecording = false; }
public void Stop() { Alc.CaptureStop(this.Handle); this._isrecording = false; }