[][src]Struct gstreamer_mpegts_sys::GstMpegtsSCTESIT

#[repr(C)]pub struct GstMpegtsSCTESIT {
    pub encrypted_packet: gboolean,
    pub encryption_algorithm: u8,
    pub pts_adjustment: u64,
    pub cw_index: u8,
    pub tier: u16,
    pub splice_command_length: u16,
    pub splice_command_type: GstMpegtsSCTESpliceCommandType,
    pub splice_time_specified: gboolean,
    pub splice_time: u64,
    pub splices: *mut GPtrArray,
    pub descriptors: *mut GPtrArray,
}

Fields

encrypted_packet: gbooleanencryption_algorithm: u8pts_adjustment: u64cw_index: u8tier: u16splice_command_length: u16splice_command_type: GstMpegtsSCTESpliceCommandTypesplice_time_specified: gbooleansplice_time: u64splices: *mut GPtrArraydescriptors: *mut GPtrArray

Trait Implementations

impl Clone for GstMpegtsSCTESIT[src]

impl Copy for GstMpegtsSCTESIT[src]

impl Debug for GstMpegtsSCTESIT[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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 = Infallible

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.