Module parser

Source
Expand description

Parsing utility helpers

Functionsยง

check_packet
Performs checks common to every RTCP packets.
parse_count
Parses the count from the provided packet data.
parse_length
Parses the length from the provided packet data.
parse_packet_type
Parses the packet type from the provided packet data.
parse_padding
Parses the padding from the provided packet data.
parse_padding_bit
Parses the padding bit from the provided packet data.
parse_ssrc
Parses the SSRC from the provided packet data.
parse_version
Parses the version from the provided packet data.