If we are doing a Slideshow recording and using Pause right after the recording starts, like
ScreenRecorder.Record(outputFile);
ScreenRecorder.Pause();
Then after resuming the recorder, we get the first frame which was captured before Pausing the recorder.
If we are doing a
Slideshowrecording and using Pause right after the recording starts, likeThen after resuming the recorder, we get the first frame which was captured before Pausing the recorder.