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