Struct gstreamer_mpegts_sys::GstMpegtsAtscEITEvent [−][src]
#[repr(C)]pub struct GstMpegtsAtscEITEvent { pub event_id: u16, pub start_time: u32, pub etm_location: u8, pub length_in_seconds: u32, pub titles: *mut GPtrArray, pub descriptors: *mut GPtrArray, }
Fields
event_id: u16start_time: u32etm_location: u8length_in_seconds: u32titles: *mut GPtrArraydescriptors: *mut GPtrArrayTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMpegtsAtscEITEventimpl !Send for GstMpegtsAtscEITEventimpl !Sync for GstMpegtsAtscEITEventimpl Unpin for GstMpegtsAtscEITEventimpl UnwindSafe for GstMpegtsAtscEITEventBlanket Implementations
Mutably borrows from an owned value. Read more