Searched defs:CandidateStats (Results 1 – 4 of 4) sorted by relevance
| /webrtc/ice/src/agent/ |
| H A D | agent_stats.rs | 151 pub struct CandidateStats { struct 153 pub timestamp: Instant, 156 pub id: String, 166 pub network_type: NetworkType, 170 pub ip: String, 173 pub port: u16, 197 impl Default for CandidateStats { argument 234 pub(crate) async fn get_local_candidates_stats(&self) -> Vec<CandidateStats> { in get_local_candidates_stats() 259 pub(crate) async fn get_remote_candidates_stats(&self) -> Vec<CandidateStats> { in get_remote_candidates_stats()
|
| H A D | mod.rs | 475 pub async fn get_local_candidates_stats(&self) -> Vec<CandidateStats> { in get_local_candidates_stats() 480 pub async fn get_remote_candidates_stats(&self) -> Vec<CandidateStats> { in get_remote_candidates_stats()
|
| /webrtc/ice/src/stats/ |
| H A D | mod.rs | 130 pub struct CandidateStats { struct 132 pub timestamp: Instant, 135 pub id: String, 147 pub network_type: NetworkType, 151 pub ip: String, 154 pub port: u16, 157 pub candidate_type: CandidateType, 160 pub priority: u32, 164 pub url: String, 169 pub relay_protocol: String, [all …]
|
| /webrtc/webrtc/src/stats/ |
| H A D | mod.rs | 241 fn new(stats: CandidateStats, stats_type: RTCStatsType) -> Self { in new()
|