Home
last modified time | relevance | path

Searched refs:payload_bytes_received (Results 1 – 3 of 3) sorted by relevance

/webrtc/interceptor/src/stats/
H A Dmod.rs138 pub fn payload_bytes_received(&self) -> u64 { in payload_bytes_received() method
H A Dinterceptor.rs919 assert_eq!(recv_snapshot.payload_bytes_received(), 4); in test_stats_interceptor_rtp()
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_internal.rs1259 stats.payload_bytes_received(), in collect_inbound_stats()