Struct vpx_encode::Frame [−][src]
Fields
data: &'a [u8]Compressed data.
key: boolWhether the frame is a keyframe.
pts: i64Presentation timestamp (in timebase units).
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Frame<'a>
impl<'a> UnwindSafe for Frame<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more