Function write_rtcp_rr

Source
pub fn write_rtcp_rr<W: BitWrite>(
    buf: &mut W,
    packet: &RtcpRrPacket,
) -> Result<()>