Home
last modified time | relevance | path

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

/webrtc/interceptor/src/stats/
H A Dmod.rs73 pub(super) fn snapshot(&self) -> StatsSnapshot { in snapshot() argument
107 pub struct StatsSnapshot { struct
133 impl StatsSnapshot { implementation
186 impl From<&StreamStats> for StatsSnapshot { implementation
272 pub(super) fn snapshot(&self) -> StatsSnapshot { in snapshot() argument
340 pub struct StatsSnapshot { struct
369 impl StatsSnapshot { impl
434 impl From<&StreamStats> for StatsSnapshot { implementation
H A Dinterceptor.rs33 chan: oneshot::Sender<Vec<Option<inbound::StatsSnapshot>>>,
37 chan: oneshot::Sender<Vec<Option<outbound::StatsSnapshot>>>,
131 ) -> Vec<Option<inbound::StatsSnapshot>> { in fetch_inbound_stats() argument
153 ) -> Vec<Option<outbound::StatsSnapshot>> { in fetch_outbound_stats() argument