mediacodec 0.1.2

Rust bindings to MediaCodec, with an easy-to-use API
Documentation
1
2
3
4
5
#[repr(C)]
pub struct AMediaCrypto {
    _data: [u8; 0],
    _marker: core::marker::PhantomData<(*mut u8, core::marker::PhantomPinned)>,
}