Questions tagged [windows-graphics-capture]
2 questions
5
votes
1 answer
Pausing / Resuming Screen recording with Windows Graphics Capture API
I am building a screen recording app in C# using Windows Graphics Capture API. I am using this script. I can select monitor and can record it to mp4 file. I am trying to add Pause/Resume functionality.
Here is code of main Window that initiates…

Riz
- 6,746
- 16
- 67
- 89
1
vote
1 answer
Recording a region with Windows Graphics Capture API
I am building a screen recording app in C# using Windows Graphics Capture API. I am using this script. I can select monitor and can record it to mp4 file. I can also select a Window and record it too. But how can we record a region with this?…

Riz
- 6,746
- 16
- 67
- 89