Home
last modified time | relevance | path

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

/webrtc/interceptor/src/stats/
H A Dmod.rs27 pub(super) struct StreamStats { struct
56 impl Default for StreamStats { implementation
72 impl StreamStats { impl
186 impl From<&StreamStats> for StatsSnapshot {
187 fn from(stream_stats: &StreamStats) -> Self { in from()
215 pub(super) struct StreamStats { struct
253 impl Default for StreamStats { implementation
271 impl StreamStats { implementation
434 impl From<&StreamStats> for StatsSnapshot {
435 fn from(stream_stats: &StreamStats) -> Self { in from()
[all …]
H A Dinterceptor.rs192 … .map(|ssrc| ssrc_stats.get_inbound_stats(ssrc).map(inbound::StreamStats::snapshot)) in run_stats_reducer()
200 … .map(|ssrc| ssrc_stats.get_outbound_stats(ssrc).map(outbound::StreamStats::snapshot)) in run_stats_reducer()