pub enum Av1Usage {
VoD,
RealTime,
}Expand description
AV1 encoding usage mode.
Variants§
VoD
Video-on-demand: maximise quality at the cost of speed.
RealTime
Real-time: minimise encoding latency.
Trait Implementations§
impl Copy for Av1Usage
impl Eq for Av1Usage
impl StructuralPartialEq for Av1Usage
Auto Trait Implementations§
impl Freeze for Av1Usage
impl RefUnwindSafe for Av1Usage
impl Send for Av1Usage
impl Sync for Av1Usage
impl Unpin for Av1Usage
impl UnsafeUnpin for Av1Usage
impl UnwindSafe for Av1Usage
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