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.