Replies: 1 comment
-
|
Thanks for tips, just added those helpers: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I want to contribute to project that is using Vortice - Flyleaf, by adding enumeration of capture device supported formats. Since it is already using Vortice.MediaFoundation for device enumeration(MFEnumDeviceSources), I thought that adding this feature using Media Foundation would be most logical. I started getting into Media Foundation documentation and found
https://github.com/OfItselfSo/Tantasamples very useful but I found that some methods needed for that are missing from Vortice.MediaFoundation.These methods are:
There are also other GetAttribute methods.
I actually managed to replace both these methods and get needed format information using bit manipulation like so:
But it would be nice if I could do it similar to how Media Foundation documentation suggests:
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions