sskodje / ScreenRecorderLib

A .NET library for screen recording in Windows, using native Microsoft Media Foundation for realtime encoding to h264 video or PNG images.
MIT License
414 stars 94 forks source link

Recording application window on Windows 10 versions earlier than 1903 #198

Closed RustyQrusty closed 2 years ago

RustyQrusty commented 2 years ago

Hi, does the library have a way to record an application window on Windows 10 versions below 1903, without using the Windows Graphics Capture API?

sskodje commented 2 years ago

Apart from getting the window coordinates and recording only that part of the screen, it's not possible.