Exemple #1
0
 public void StartRecording(int frameRate = 10, string videoName = "VideoFile.mp4")
 {
     screenRec.ScreenRecorderINIT(frameRate, videoName);
     CanRecord = true;
 }