pub enum HwAccel {
Cuda,
VideoToolbox,
Vaapi,
}Expand description
Hardware acceleration backend for filter graph operations.
When set on the builder, upload/download filters are inserted automatically
around the filter chain. This is independent of ff_decode::HardwareAccel
and is defined here to avoid a hard dependency on ff-decode.
Variants§
Trait Implementations§
impl Copy for HwAccel
impl Eq for HwAccel
impl StructuralPartialEq for HwAccel
Auto Trait Implementations§
impl Freeze for HwAccel
impl RefUnwindSafe for HwAccel
impl Send for HwAccel
impl Sync for HwAccel
impl Unpin for HwAccel
impl UnsafeUnpin for HwAccel
impl UnwindSafe for HwAccel
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