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.
pub fn check_packet<P: RtcpPacket>(packet: &[u8]) -> Result<(), RtcpParseError>Performs checks common to every RTCP packets.
Call this before parsing the specificities of the RTCP packet.