Has anything changed regarding the RenderTargetBitmap
and rendering of MediaElement
frames on Windows 10 UWP? Previously that scenario wasn't supported, but it's clearly something people wanted to be able to achieve:
Rendering not working with MediaElement windows RT
How do you capture current frame from a MediaElement in WinRT (8.1)?
If this scenario still isn't supported (and MSDN documentation + my own samples seem to confirm these suspicions), are there any workarounds to do complete app window/screen capturing, with video frames and XAML and everything?
I am aware of the ScreenCapture APIs but for some strange reason those APIs work only on Mobile device family.