openipc-video 0.1.40

Low-latency platform video decoding for OpenIPC applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Windows decoder backed by Media Foundation and D3D11 output textures.

mod d3d;
mod decoder;
mod mft;
mod runtime;
mod surface;
#[cfg(test)]
mod tests;

pub use decoder::WindowsDecoder;
pub use surface::{WindowsNv12Frame, WindowsVideoFrame};