pub struct DnxhdOptions {
pub variant: DnxhdVariant,
}Expand description
Avid DNxHD / DNxHR per-codec options.
Output should use a .mxf or .mov container. Legacy DNxHD variants
(Dnxhd*) are validated in build() to require 1920×1080 or 1280×720.
Fields§
§variant: DnxhdVariantDNxHD/DNxHR encoding variant.
Trait Implementations§
Source§impl Clone for DnxhdOptions
impl Clone for DnxhdOptions
Source§fn clone(&self) -> DnxhdOptions
fn clone(&self) -> DnxhdOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DnxhdOptions
impl Debug for DnxhdOptions
Source§impl Default for DnxhdOptions
impl Default for DnxhdOptions
Source§fn default() -> DnxhdOptions
fn default() -> DnxhdOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DnxhdOptions
impl RefUnwindSafe for DnxhdOptions
impl Send for DnxhdOptions
impl Sync for DnxhdOptions
impl Unpin for DnxhdOptions
impl UnsafeUnpin for DnxhdOptions
impl UnwindSafe for DnxhdOptions
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