[−][src]Struct ffmpeg_dev::sys::AVStream__bindgen_ty_1
Stream information used internally by avformat_find_stream_info()
Fields
last_dts: i64
duration_gcd: i64
duration_count: c_int
rfps_duration_sum: i64
duration_error: *mut [[f64; 399]; 2]
codec_info_duration: i64
codec_info_duration_fields: i64
frame_delay_evidence: c_int
found_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: i64
fps_first_dts: i64
Those are used for average framerate estimation.
fps_first_dts_idx: c_int
fps_last_dts: i64
fps_last_dts_idx: c_int
Trait 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,