Home
last modified time | relevance | path

Searched refs:ReceiverReportInternal (Results 1 – 2 of 2) sorted by relevance

/webrtc/interceptor/src/report/receiver/
H A Dmod.rs15 pub(crate) struct ReceiverReportInternal { struct
23 pub(crate) internal: Arc<ReceiverReportInternal>, argument
62 pub(crate) internal: Arc<ReceiverReportInternal>,
84 internal: Arc<ReceiverReportInternal>, in run() argument
/webrtc/interceptor/src/report/
H A Dmod.rs12 use receiver::{ReceiverReport, ReceiverReportInternal};
41 internal: Arc::new(ReceiverReportInternal { in build_rr()