Searched refs:rtp_out_modified_tx (Results 1 – 1 of 1) sorted by relevance
20 rtp_out_modified_tx: mpsc::Sender<rtp::packet::Packet>, field42 let (rtp_out_modified_tx, rtp_out_modified_rx) = mpsc::channel(1000); in new()58 rtp_out_modified_tx, in new()282 let _ = self.rtp_out_modified_tx.send(pkt.clone()).await; in write()