Home
last modified time | relevance | path

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

/webrtc/interceptor/src/mock/
H A Dmock_stream.rs25 rtp_out_modified_rx: Mutex<mpsc::Receiver<rtp::packet::Packet>>, field
42 let (rtp_out_modified_tx, rtp_out_modified_rx) = mpsc::channel(1000); in new()
60 rtp_out_modified_rx: Mutex::new(rtp_out_modified_rx), in new()
215 let mut rtp_out_modified_rx = self.rtp_out_modified_rx.lock().await; in written_rtp() localVariable
216 rtp_out_modified_rx.recv().await in written_rtp()