retep998 / winapi-rs

Rust bindings to Windows API
https://crates.io/crates/winapi
Apache License 2.0
1.85k stars 392 forks source link

Support for Media Foundation APIs #392

Open siriux opened 7 years ago

siriux commented 7 years ago

Are the Media Foundation APIs going to be supported?

That would be really helpful in other projects, for example rust-media: https://github.com/pcwalton/rust-media/issues/8

retep998 commented 7 years ago

Media Foundation APIs fall under the scope of winapi. If you want them added any time soon you'd have to add the bindings yourself, because there's so much stuff I still need to add and only one of me.