Function write_rtcp_bye

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