robmikh / SimpleRecorder

A simple screen recorder using both the Windows.Graphics.Capture and Windows.Media.Transcoding APIs.
MIT License
219 stars 43 forks source link

Use without GraphicsCapturePicker #13

Closed artths closed 3 years ago

artths commented 4 years ago

Can we use this without calling GraphicsCapturePicker? What if I want create desktop streaming application, so that the client could connect to host and begin streaming whole screen without the need of calling GraphicsCapturePicker on the host? I see there is CreateForMonitor function in Win32 version of screen capture.

robmikh commented 4 years ago

Sorry about the late reply. This currently isn't available to UWP applications, but we're working on bringing this to future releases of Windows.

VAllens commented 2 years ago

CreateForMonitor

We want to capture all screens automatically, rather than having to be manually selected by the user