Searched refs:RTPReadRecorder (Results 1 – 1 of 1) sorted by relevance
88 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 { struct710 impl RTPReadRecorder { argument716 impl fmt::Debug for RTPReadRecorder { implementation723 impl RTPReader for RTPReadRecorder { implementation