Home
last modified time | relevance | path

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

/webrtc/webrtc/src/stats/
H A Dmod.rs25 pub enum RTCStatsType { enum
145 pub stats_type: RTCStatsType,
226 pub stats_type: RTCStatsType,
265 pub stats_type: RTCStatsType,
292 pub stats_type: RTCStatsType,
322 pub stats_type: RTCStatsType,
356 pub stats_type: RTCStatsType,
411 pub stats_type: RTCStatsType,
444 pub stats_type: RTCStatsType,
491 pub stats_type: RTCStatsType,
[all …]
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_internal.rs8 InboundRTPStats, OutboundRTPStats, RTCStatsType, RemoteInboundRTPStats, RemoteOutboundRTPStats,
1274 stats_type: RTCStatsType::InboundRTP, in collect_inbound_stats()
1301 stats_type: RTCStatsType::RemoteOutboundRTP, in collect_inbound_stats()
1414 stats_type: RTCStatsType::OutboundRTP, in collect_outbound_stats()
1442 stats_type: RTCStatsType::RemoteInboundRTP, in collect_outbound_stats()