Home
last modified time | relevance | path

Searched defs:ReceiverReport (Results 1 – 5 of 5) sorted by relevance

/webrtc/rtcp/src/receiver_report/
H A Dmod.rs18 pub struct ReceiverReport { struct
31 impl fmt::Display for ReceiverReport { implementation
48 impl Packet for ReceiverReport { implementation
89 impl MarshalSize for ReceiverReport { implementation
97 impl Marshal for ReceiverReport { implementation
156 impl Unmarshal for ReceiverReport { implementation
/webrtc/interceptor/src/report/receiver/
H A Dmod.rs61 pub struct ReceiverReport { struct
62 pub(crate) internal: Arc<ReceiverReportInternal>, argument
68 impl ReceiverReport { argument
128 impl Interceptor for ReceiverReport { implementation
H A Dreceiver_stream.rs89 fn generate_report(&mut self, now: SystemTime) -> rtcp::receiver_report::ReceiverReport { in generate_report()
201 pub(crate) fn generate_report(&self, now: SystemTime) -> rtcp::receiver_report::ReceiverReport { in generate_report()
/webrtc/interceptor/src/report/
H A Dmod.rs38 fn build_rr(&self) -> ReceiverReport { in build_rr()
/webrtc/rtcp/src/
H A Dheader.rs14 ReceiverReport = 201, // RFC 3550, 6.4.2 enumerator