Struct gstreamer_mpegts_sys::GstMpegtsSection [−][src]
#[repr(C)]pub struct GstMpegtsSection {}Show fields
pub parent: GstMiniObject, pub section_type: GstMpegtsSectionType, pub pid: u16, pub table_id: u8, pub subtable_extension: u16, pub version_number: u8, pub current_next_indicator: gboolean, pub section_number: u8, pub last_section_number: u8, pub crc: u32, pub data: *mut u8, pub section_length: c_uint, pub cached_parsed: *mut gpointer, pub destroy_parsed: GDestroyNotify, pub offset: u64, pub short_section: gboolean, pub packetizer: GstMpegtsPacketizeFunc, pub _gst_reserved: [gpointer; 4],
Fields
parent: GstMiniObject
section_type: GstMpegtsSectionType
pid: u16
table_id: u8
subtable_extension: u16
version_number: u8
current_next_indicator: gboolean
section_number: u8
last_section_number: u8
crc: u32
data: *mut u8
section_length: c_uint
cached_parsed: *mut gpointer
destroy_parsed: GDestroyNotify
offset: u64
short_section: gboolean
packetizer: GstMpegtsPacketizeFunc
_gst_reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMpegtsSection
impl !Send for GstMpegtsSection
impl !Sync for GstMpegtsSection
impl Unpin for GstMpegtsSection
impl UnwindSafe for GstMpegtsSection
Blanket Implementations
Mutably borrows from an owned value. Read more