Struct gstreamer_mpegts_sys::GstMpegtsSCTESIT [−][src]
#[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: gboolean
encryption_algorithm: u8
pts_adjustment: u64
cw_index: u8
tier: u16
splice_command_length: u16
splice_command_type: GstMpegtsSCTESpliceCommandType
splice_time_specified: gboolean
splice_time: u64
splices: *mut GPtrArray
descriptors: *mut GPtrArray
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMpegtsSCTESIT
impl !Send for GstMpegtsSCTESIT
impl !Sync for GstMpegtsSCTESIT
impl Unpin for GstMpegtsSCTESIT
impl UnwindSafe for GstMpegtsSCTESIT
Blanket Implementations
Mutably borrows from an owned value. Read more