Searched refs:srtp_stream (Results 1 – 1 of 1) sorted by relevance
85 pub(crate) srtp_stream: Arc<SrtpWriterFuture>, field158 let srtp_stream = Arc::new(SrtpWriterFuture { in new() localVariable168 let srtp_rtcp_reader = Arc::clone(&srtp_stream) as Arc<dyn RTCPReader + Send + Sync>; in new()182 srtp_stream, in new()422 let srtp_rtp_writer = Arc::clone(&self.srtp_stream) as Arc<dyn RTPWriter + Send + Sync>; in send()468 self.srtp_stream.close().await in stop()