Home
last modified time | relevance | path

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

/webrtc/interceptor/src/stats/
H A Dinterceptor.rs88 recv_streams: Mutex<HashMap<u32, Arc<RTPReadRecorder>>>,
313 .or_insert_with(|| Arc::new(RTPReadRecorder::new(reader, self.tx.clone()))); in bind_remote_stream()
705 pub struct RTPReadRecorder { struct
710 impl RTPReadRecorder { argument
716 impl fmt::Debug for RTPReadRecorder { implementation
723 impl RTPReader for RTPReadRecorder { implementation