openipc-video 0.1.40

Low-latency platform video decoding for OpenIPC applications
Documentation
1
2
3
4
5
6
7
//! Browser hardware decoding through WebCodecs.

mod decoder;
mod surface;

pub use decoder::WebDecoder;
pub use surface::WebVideoFrame;