Home
last modified time | relevance | path

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

/webrtc/webrtc/src/stats/
H A Dmod.rs117 pub struct StatsReport { struct
121 impl From<StatsCollector> for StatsReport { implementation
123 StatsReport { in from()
129 impl Serialize for StatsReport { implementation
/webrtc/webrtc/src/peer_connection/
H A Dmod.rs66 use crate::stats::StatsReport;
2031 pub async fn get_stats(&self) -> StatsReport { in get_stats() argument