Struct gstreamer_mpegts_sys::GstMpegtsDataBroadcastDescriptor [−][src]
#[repr(C)]pub struct GstMpegtsDataBroadcastDescriptor { pub data_broadcast_id: u16, pub component_tag: u8, pub length: u8, pub selector_bytes: *mut u8, pub language_code: *mut c_char, pub text: *mut c_char, }
Fields
data_broadcast_id: u16
component_tag: u8
length: u8
selector_bytes: *mut u8
language_code: *mut c_char
text: *mut c_char
Trait Implementations
Auto Trait Implementations
impl !Send for GstMpegtsDataBroadcastDescriptor
impl !Sync for GstMpegtsDataBroadcastDescriptor
impl Unpin for GstMpegtsDataBroadcastDescriptor
Blanket Implementations
Mutably borrows from an owned value. Read more