Searched defs:RemoteOutboundRTPStats (Results 1 – 1 of 1) sorted by relevance
560 pub struct RemoteOutboundRTPStats { struct563 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 …]