check_packet

Function check_packet 

Source
pub fn check_packet<P: RtcpPacket>(packet: &[u8]) -> Result<(), RtcpParseError>
Expand description

Performs checks common to every RTCP packets.

Call this before parsing the specificities of the RTCP packet.