Home
last modified time | relevance | path

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

/webrtc/webrtc/src/stats/
H A Dmod.rs560 pub struct RemoteOutboundRTPStats { struct
563 pub timestamp: Instant,
565 pub stats_type: RTCStatsType,
566 pub id: String,
569 pub ssrc: SSRC,
575 pub packets_sent: u64,
576 pub bytes_sent: u64,
579 pub local_id: String,
581 pub round_trip_time: Option<f64>,
582 pub reports_sent: u64,
[all …]