Searched refs:rtp_out_modified_rx (Results 1 – 1 of 1) sorted by relevance
25 rtp_out_modified_rx: Mutex<mpsc::Receiver<rtp::packet::Packet>>, field42 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() localVariable216 rtp_out_modified_rx.recv().await in written_rtp()