cadeau 0.5.2

Idiomatic rust bindings to Cadeau library, performance primitives and media foundation functions
1
2
3
4
5
6
7
8
9
pub mod bip_buffer;
pub mod image;
pub mod muxer;
pub mod recorder;
pub mod vpx;

#[cfg(feature = "dlopen")]
pub use xmf_sys::init;
pub use xmf_sys::is_init;