[][src]Struct stainless_ffmpeg_sys::AVDVProfile

#[repr(C)]pub struct AVDVProfile {
    pub dsf: c_int,
    pub video_stype: c_int,
    pub frame_size: c_int,
    pub difseg_size: c_int,
    pub n_difchan: c_int,
    pub time_base: AVRational,
    pub ltc_divisor: c_int,
    pub height: c_int,
    pub width: c_int,
    pub sar: [AVRational; 2],
    pub pix_fmt: AVPixelFormat,
    pub bpm: c_int,
    pub block_sizes: *const u8,
    pub audio_stride: c_int,
    pub audio_min_samples: [c_int; 3],
    pub audio_samples_dist: [c_int; 5],
    pub audio_shuffle: *mut [u8; 9],
}

Fields

dsf: c_intvideo_stype: c_intframe_size: c_intdifseg_size: c_intn_difchan: c_inttime_base: AVRationalltc_divisor: c_intheight: c_intwidth: c_intsar: [AVRational; 2]pix_fmt: AVPixelFormatbpm: c_intblock_sizes: *const u8audio_stride: c_intaudio_min_samples: [c_int; 3]audio_samples_dist: [c_int; 5]audio_shuffle: *mut [u8; 9]

Trait Implementations

impl Clone for AVDVProfile[src]

impl Copy for AVDVProfile[src]

impl Debug for AVDVProfile[src]

impl Eq for AVDVProfile[src]

impl PartialEq<AVDVProfile> for AVDVProfile[src]

impl StructuralEq for AVDVProfile[src]

impl StructuralPartialEq for AVDVProfile[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.