Home
last modified time | relevance | path

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

/webrtc/webrtc/src/stats/
H A Dmod.rs58 pub enum SourceStatsType { enum
80 impl From<SourceStatsType> for StatsReportType {
81 fn from(stats: SourceStatsType) -> Self { in from()
83 SourceStatsType::LocalCandidate(stats) => StatsReportType::LocalCandidate( in from()
86 SourceStatsType::RemoteCandidate(stats) => StatsReportType::RemoteCandidate( in from()
/webrtc/webrtc/src/ice_transport/
H A Dice_gatherer.rs10 use crate::stats::SourceStatsType::*;