Searched refs:RtcpSenderReport (Results 1 – 3 of 3) sorted by relevance
48 pub struct RtcpSenderReport { struct58 impl Unmarshal<&mut BytesReader, Result<Self, RtcpError>> for RtcpSenderReport { argument63 let mut sender_report = RtcpSenderReport { in unmarshal()82 impl Marshal<Result<BytesMut, RtcpError>> for RtcpSenderReport { implementation
10 rtcp_sr::RtcpSenderReport,221 pub fn received_sr(&mut self, sr: &RtcpSenderReport) { in received_sr() argument
20 use super::rtp::rtcp::rtcp_sr::RtcpSenderReport;176 if let Ok(sr) = RtcpSenderReport::unmarshal(reader) { in on_rtcp()