Struct rsmpeg::ffi::AVProgram [−][src]
#[repr(C)]pub struct AVProgram {}Show 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,
Expand description
New fields can be added to the end with minor version bumps. Removal, reordering and changes to existing fields require a major version bump. sizeof(AVProgram) must not be used outside libav*.
Fields
id: i32flags: i32discard: i32Expand description
< selects which program to discard and which to feed to the caller
stream_index: *mut u32nb_stream_indexes: u32metadata: *mut AVDictionaryprogram_num: i32pmt_pid: i32pcr_pid: i32pmt_version: i32start_time: i64Expand description
All fields below this line are not part of the public API. They may not be used outside of libavformat and can be changed and removed at will. New public fields should be added right above.
end_time: i64pts_wrap_reference: i64Expand description
< reference dts for wrap detection
pts_wrap_behavior: i32Expand description
< behavior on wrap detection
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AVProgram
impl !Send for AVProgram
impl !Sync for AVProgram
impl Unpin for AVProgram
impl UnwindSafe for AVProgram
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more