brabebhin
brabebhin
### Description I randomly get this error when navigating to a content page that displays an image twice (uses same URL for the image but with technically using 2 different...
Hi, I have some IDL file which contains some classes which are defined as [bindable]. When I try to generate the bindings for said IDL file for .net 6, it...
Technically it should work, but there's still an activation factory exception, as I feared, since the .net core doesn't have a package identity. I will need to find some solution...
There are various instances in which media stream source closed event gets called: 1. When MediaSource.Dispose is called 2. When GC swings by 3. By the MF itself This makes...
Hello @lukasf I've been playing around with a new feature: add multiple input files to the FFmpegMediaSource. This PR showcases a working prototype. Some notes and open questions: 1. It...
This adds a new interface that can be used by applications to decide if a stream should be included in the MediaStreamSource or MediaPlaybackItem. Users need to implement the interface...
I've noticed cswinrt now supports native aot. We should investigate what we need to change, if anything, in our projection library to be compatible with this great achievement.