Home
last modified time | relevance | path

Searched defs:StatsContainer (Results 1 – 2 of 2) sorted by relevance

/webrtc/interceptor/src/stats/
H A Dmod.rs455 struct StatsContainer { struct
460 impl StatsContainer { implementation
H A Dinterceptor.rs216 fn handle_stats_update(ssrc_stats: &mut StatsContainer, ssrc: u32, update: StatsUpdate) { in handle_stats_update()