Example #1
0
 void StopRecording()
 {
     _writer?.Close();
     _writer?.Dispose();
     _writer = null;
     CaptureDevice.StopRecording();
 }