Home
last modified time | relevance | path

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

/webrtc/interceptor/src/mock/
H A Dmock_stream.rs20 rtp_out_modified_tx: mpsc::Sender<rtp::packet::Packet>, field
42 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()