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

Can I obtain the recording stream? #292

Closed lyx19950824 closed 7 months ago

sskodje commented 7 months ago

You can pass a System.IO.Stream object as parameter to Record instead of a file path, if you want to handle the byte stream in some way apart from writing to a file.