Home
last modified time | relevance | path

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

/webrtc/webrtc/src/stats/
H A Dmod.rs439 pub struct InboundRTPStats { struct
442 pub timestamp: Instant,
444 pub stats_type: RTCStatsType,
445 pub id: String,
448 pub ssrc: SSRC,
454 pub packets_received: u64,
462 pub mid: String,
472 pub bytes_received: u64,
473 pub nack_count: u64,
474 pub fir_count: Option<u64>,
[all …]