#[repr(C)]pub struct AVStream__bindgen_ty_1 {Show 14 fields
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,
}
Expand description
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§
Source§impl Clone for AVStream__bindgen_ty_1
impl Clone for AVStream__bindgen_ty_1
Source§fn clone(&self) -> AVStream__bindgen_ty_1
fn clone(&self) -> AVStream__bindgen_ty_1
Returns a copy 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 AVStream__bindgen_ty_1
impl Debug for AVStream__bindgen_ty_1
impl Copy for AVStream__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for AVStream__bindgen_ty_1
impl RefUnwindSafe for AVStream__bindgen_ty_1
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
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