Searched refs:rtcp_in_modified_rx (Results 1 – 1 of 1) sorted by relevance
29 rtcp_in_modified_rx: Mutex<mpsc::Receiver<Result<RTCPPackets>>>, field43 let (rtcp_in_modified_tx, rtcp_in_modified_rx) = mpsc::channel(1000); in new()62 rtcp_in_modified_rx: Mutex::new(rtcp_in_modified_rx), in new()223 let mut rtcp_in_modified_rx = self.rtcp_in_modified_rx.lock().await; in read_rtcp() localVariable224 rtcp_in_modified_rx.recv().await in read_rtcp()