Home
last modified time | relevance | path

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

/webrtc/interceptor/src/stats/
H A Dinterceptor.rs89 send_streams: Mutex<HashMap<u32, Arc<RTPWriteRecorder>>>,
336 .or_insert_with(|| Arc::new(RTPWriteRecorder::new(writer, self.tx.clone()))); in bind_local_stream()
748 pub struct RTPWriteRecorder { struct
753 impl RTPWriteRecorder { impl
759 impl fmt::Debug for RTPWriteRecorder { implementation
766 impl RTPWriter for RTPWriteRecorder { implementation