Home
last modified time | relevance | path

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

/webrtc/webrtc/src/rtp_transceiver/
H A Dsrtp_writer_future.rs104 pub(crate) struct SrtpWriterFuture { struct
114 impl SrtpWriterFuture { argument
262 impl RTCPReader for SrtpWriterFuture { implementation
269 impl RTPWriter for SrtpWriterFuture { implementation
/webrtc/webrtc/src/rtp_transceiver/rtp_sender/
H A Dmod.rs9 use crate::rtp_transceiver::srtp_writer_future::SrtpWriterFuture;
85 pub(crate) srtp_stream: Arc<SrtpWriterFuture>,
158 let srtp_stream = Arc::new(SrtpWriterFuture { in new()