Home
last modified time | relevance | path

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

/webrtc/interceptor/src/mock/
H A Dmock_stream.rs30 rtp_in_modified_rx: Mutex<mpsc::Receiver<Result<rtp::packet::Packet>>>, field
44 let (rtp_in_modified_tx, rtp_in_modified_rx) = mpsc::channel(1000); in new()
63 rtp_in_modified_rx: Mutex::new(rtp_in_modified_rx), in new()
229 let mut rtp_in_modified_rx = self.rtp_in_modified_rx.lock().await; in read_rtp() localVariable
230 rtp_in_modified_rx.recv().await in read_rtp()