Function event_parse_mpegts_section
Source pub fn event_parse_mpegts_section(event: &Event) -> Option<Section>
Expand description
Parses a #Section from a #Event.
§Arguments
event - The #Event to parse
§Returns
A Section if the event contains MPEG-TS section data, else None