Searched refs:StreamStats (Results 1 – 2 of 2) sorted by relevance
27 pub(super) struct StreamStats { struct56 impl Default for StreamStats { implementation72 impl StreamStats { impl186 impl From<&StreamStats> for StatsSnapshot {187 fn from(stream_stats: &StreamStats) -> Self { in from()215 pub(super) struct StreamStats { struct253 impl Default for StreamStats { implementation271 impl StreamStats { implementation434 impl From<&StreamStats> for StatsSnapshot {435 fn from(stream_stats: &StreamStats) -> Self { in from()[all …]
192 … .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()