pub fn build_rtcp_sr(ssrc: u32, packets_sent: u32, octets_sent: u32) -> Vec<u8> ⓘExpand description
Build an RTCP Sender Report (SR) packet.
§Arguments
ssrc- Synchronization source identifierpackets_sent- Total RTP packets sentoctets_sent- Total payload octets sent