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: gbooleanencryption_algorithm: u8pts_adjustment: u64cw_index: u8tier: u16splice_command_length: u16splice_command_type: GstMpegtsSCTESpliceCommandTypesplice_time_specified: gbooleansplice_time: u64splices: *mut GPtrArraydescriptors: *mut GPtrArrayTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMpegtsSCTESITimpl !Send for GstMpegtsSCTESITimpl !Sync for GstMpegtsSCTESITimpl Unpin for GstMpegtsSCTESITimpl UnwindSafe for GstMpegtsSCTESITBlanket Implementations
Mutably borrows from an owned value. Read more