Lukas Fellechner
Lukas Fellechner
There is a difference to other UncompressesSampleProviders: Subs need to be provided async using deferral. It shouldn't be such a big thing, but the packet handling will be somewhat different....
Huh, finally got this working again including CI build. Are we good to go with this one? It is a good base to start with, I think. We can add...
I am not sure if that is possible. Is it not possible use the normal MSBuild instead of the .NET Core MSBuild on your CI?
Indeed, we could (and should) do that.
There is an open issue on IBasicVideoEffect in the CsWinRT repo: https://github.com/microsoft/CsWinRT/issues/1088 It looks like there are multiple unresolved issues, which prevent proper usage of the IBasicVideoEffect interface with CsWinRT....
True. But in the vast majority of cases, the .winmd filename will be the root namespace of a project. It that is not the case, it's always possible to manually...
Hi @j0shuams, thank you for looking into it. I wonder how this could affect embedded support...
@dongle-the-gadget That might be even better, since it would work without namespace restrictions. I just peeked over the code a bit. It seems that it's the winmd::reader::filter class which decides...
Yes, that's what I meant
Some good news on this: I have updated the sample to latest WindowsAppSdk, Win2d and CsWinRT (remember to update the packages both in the lib and in the app). And...