Example #1
0
 public void StopRecord()
 {
     IsStoppedManually = true;
     Status            = RecordStatus.Stopping;
     Ffmpeg.StopRecord();
 }