Home
last modified time | relevance | path

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

/webrtc/webrtc/src/track/track_local/
H A Dmod.rs118 pub(crate) struct InterceptorToTrackLocalWriter { struct
123 impl InterceptorToTrackLocalWriter { implementation
125 InterceptorToTrackLocalWriter { in new()
136 impl std::fmt::Debug for InterceptorToTrackLocalWriter { implementation
143 impl TrackLocalWriter for InterceptorToTrackLocalWriter { implementation
/webrtc/webrtc/src/rtp_transceiver/rtp_sender/
H A Dmod.rs15 InterceptorToTrackLocalWriter, TrackLocal, TrackLocalContext, TrackLocalWriter,
383 let write_stream = Arc::new(InterceptorToTrackLocalWriter::new(self.paused.clone())); in send()