robmikh / SimpleRecorder

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

Handle device lost #4

Open robmikh opened 5 years ago

robmikh commented 5 years ago

The application should either end the current recording or properly recover from losing the D3D device.

robmikh commented 4 years ago

Actually, I'm not sure either of these are possible. If the video card needs to reset, then it's likely the encoding work is gone too. I need to test what actually happens when you're recording during a device lost.