Function message_ parse_ mpegts_ section
Source pub fn message_parse_mpegts_section(message: &Message) -> Option<Section>Expand description
Parses a #Section from a #Message.
Returns a Section if the message contains MPEG-TS section data, else
None