[−][src]Struct ffmpeg_dev::sys::AVStream__bindgen_ty_1
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_int0 -> 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: i64Those are used for average framerate estimation.
fps_first_dts_idx: c_intfps_last_dts: i64fps_last_dts_idx: c_intTrait Implementations
impl Clone for AVStream__bindgen_ty_1[src]
fn clone(&self) -> AVStream__bindgen_ty_1[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for AVStream__bindgen_ty_1[src]
impl Debug for AVStream__bindgen_ty_1[src]
Auto Trait Implementations
impl !Send for AVStream__bindgen_ty_1
impl !Sync for AVStream__bindgen_ty_1
impl Unpin for AVStream__bindgen_ty_1
impl UnwindSafe for AVStream__bindgen_ty_1
impl RefUnwindSafe for AVStream__bindgen_ty_1
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = !
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,