[][src]Struct ffmpeg_dev::sys::SLConfigDescr

#[repr(C)]
pub struct SLConfigDescr {
    pub use_au_start: c_int,
    pub use_au_end: c_int,
    pub use_rand_acc_pt: c_int,
    pub use_padding: c_int,
    pub use_timestamps: c_int,
    pub use_idle: c_int,
    pub timestamp_res: c_int,
    pub timestamp_len: c_int,
    pub ocr_len: c_int,
    pub au_len: c_int,
    pub inst_bitrate_len: c_int,
    pub degr_prior_len: c_int,
    pub au_seq_num_len: c_int,
    pub packet_seq_num_len: c_int,
}

Fields

use_au_start: c_intuse_au_end: c_intuse_rand_acc_pt: c_intuse_padding: c_intuse_timestamps: c_intuse_idle: c_inttimestamp_res: c_inttimestamp_len: c_intocr_len: c_intau_len: c_intinst_bitrate_len: c_intdegr_prior_len: c_intau_seq_num_len: c_intpacket_seq_num_len: c_int

Trait Implementations

impl Clone for SLConfigDescr[src]

impl Copy for SLConfigDescr[src]

impl Debug for SLConfigDescr[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]