Home
last modified time | relevance | path

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

/webrtc/webrtc/src/stats/
H A Dmod.rs529 pub struct RemoteInboundRTPStats { struct
532 pub timestamp: Instant,
534 pub stats_type: RTCStatsType,
535 pub id: String,
538 pub ssrc: SSRC,
544 pub packets_received: u64,
545 pub packets_lost: i64,
551 pub local_id: String,
552 pub round_trip_time: Option<f64>,
553 pub total_round_trip_time: f64,
[all …]