Struct AVProgram
#[repr(C)]pub struct AVProgram {Show 14 fields
pub id: i32,
pub flags: i32,
pub discard: i32,
pub stream_index: *mut u32,
pub nb_stream_indexes: u32,
pub metadata: *mut AVDictionary,
pub program_num: i32,
pub pmt_pid: i32,
pub pcr_pid: i32,
pub pmt_version: i32,
pub start_time: i64,
pub end_time: i64,
pub pts_wrap_reference: i64,
pub pts_wrap_behavior: i32,
}
Fields§
§id: i32
§flags: i32
§discard: i32
§stream_index: *mut u32
§nb_stream_indexes: u32
§metadata: *mut AVDictionary
§program_num: i32
§pmt_pid: i32
§pcr_pid: i32
§pmt_version: i32
§start_time: i64
§end_time: i64
§pts_wrap_reference: i64
§pts_wrap_behavior: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AVProgram
impl RefUnwindSafe for AVProgram
impl !Send for AVProgram
impl !Sync for AVProgram
impl Unpin for AVProgram
impl UnwindSafe for AVProgram
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