Exemplo n.º 1
0
 private void RecordVideo()
 {
     rec_manual = new FFmpeg();
     rec_manual.StartRecord(_selectedChannel_manual);
 }
Exemplo n.º 2
0
        public RecObj()
        {
            Debug.WriteLine("RecObj Created.");

            Ffmpeg = new FFmpeg();
        }