pub struct Encoder { /* private fields */ }Expand description
A VA-API H.264 encoder. Built once, fed NV12 frames, emits Annex-B H.264.
Implementations§
Auto Trait Implementations§
impl !Send for Encoder
impl !Sync for Encoder
impl Freeze for Encoder
impl RefUnwindSafe for Encoder
impl Unpin for Encoder
impl UnsafeUnpin for Encoder
impl UnwindSafe for Encoder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more