Function read_rtcp_rr

Source
pub fn read_rtcp_rr<R: BitRead>(
    buf: &mut R,
    header: RtcpHeader,
) -> Result<RtcpRrPacket>