[][src]Struct ffmpeg_dev::sys::AVStream__bindgen_ty_1

#[repr(C)]
pub struct AVStream__bindgen_ty_1 {
    pub last_dts: i64,
    pub duration_gcd: i64,
    pub duration_count: c_int,
    pub rfps_duration_sum: i64,
    pub duration_error: *mut [[f64; 399]; 2],
    pub codec_info_duration: i64,
    pub codec_info_duration_fields: i64,
    pub frame_delay_evidence: c_int,
    pub found_decoder: c_int,
    pub last_duration: i64,
    pub fps_first_dts: i64,
    pub fps_first_dts_idx: c_int,
    pub fps_last_dts: i64,
    pub fps_last_dts_idx: c_int,
}

Stream information used internally by avformat_find_stream_info()

Fields

last_dts: i64duration_gcd: i64duration_count: c_intrfps_duration_sum: i64duration_error: *mut [[f64; 399]; 2]codec_info_duration: i64codec_info_duration_fields: i64frame_delay_evidence: c_intfound_decoder: c_int

0 -> decoder has not been searched for yet. >0 -> decoder found <0 -> decoder with codec_id == -found_decoder has not been found

last_duration: i64fps_first_dts: i64

Those are used for average framerate estimation.

fps_first_dts_idx: c_intfps_last_dts: i64fps_last_dts_idx: c_int

Trait Implementations

impl Clone for AVStream__bindgen_ty_1[src]

impl Copy for AVStream__bindgen_ty_1[src]

impl Debug for AVStream__bindgen_ty_1[src]

Auto Trait Implementations

Blanket Implementations

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 = !

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.

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

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

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