Searched refs:SrtpWriterFuture (Results 1 – 2 of 2) sorted by relevance
104 pub(crate) struct SrtpWriterFuture { struct114 impl SrtpWriterFuture { argument262 impl RTCPReader for SrtpWriterFuture { implementation269 impl RTPWriter for SrtpWriterFuture { implementation
9 use crate::rtp_transceiver::srtp_writer_future::SrtpWriterFuture;85 pub(crate) srtp_stream: Arc<SrtpWriterFuture>,158 let srtp_stream = Arc::new(SrtpWriterFuture { in new()