Function parse_rtcp_packet

Source
pub fn parse_rtcp_packet<B: PacketBuffer + LowerHex>(
    buf: &mut B,
) -> Result<SomeRtcpPacket>