[−][src]Struct ffmpeg_dev::sys::AVProgram
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: c_intflags: c_intdiscard: AVDiscard< selects which program to discard and which to feed to the caller
stream_index: *mut c_uintnb_stream_indexes: c_uintmetadata: *mut AVDictionaryprogram_num: c_intpmt_pid: c_intpcr_pid: c_intpmt_version: c_intstart_time: i64All 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: i64< reference dts for wrap detection
pts_wrap_behavior: c_int< behavior on wrap detection
Trait Implementations
Auto Trait Implementations
impl !Send for AVProgram
impl !Sync for AVProgram
impl Unpin for AVProgram
impl UnwindSafe for AVProgram
impl RefUnwindSafe for AVProgram
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,