Searched refs:rtp_in_modified_rx (Results 1 – 1 of 1) sorted by relevance
30 rtp_in_modified_rx: Mutex<mpsc::Receiver<Result<rtp::packet::Packet>>>, field44 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() localVariable230 rtp_in_modified_rx.recv().await in read_rtp()