Home
last modified time | relevance | path

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

/webrtc/webrtc/src/track/track_local/
H A Dmod.rs33 pub struct TrackLocalContext { struct
41 impl TrackLocalContext { argument
79 async fn bind(&self, t: &TrackLocalContext) -> Result<RTCRtpCodecParameters>; in bind()
83 async fn unbind(&self, t: &TrackLocalContext) -> Result<()>; in unbind()
H A Dtrack_local_static_sample.rs184 async fn bind(&self, t: &TrackLocalContext) -> Result<RTCRtpCodecParameters> { in bind()
213 async fn unbind(&self, t: &TrackLocalContext) -> Result<()> { in unbind()
H A Dtrack_local_static_rtp.rs141 async fn bind(&self, t: &TrackLocalContext) -> Result<RTCRtpCodecParameters> { in bind()
169 async fn unbind(&self, t: &TrackLocalContext) -> Result<()> { in unbind()
/webrtc/webrtc/src/rtp_transceiver/rtp_sender/
H A Dmod.rs15 InterceptorToTrackLocalWriter, TrackLocal, TrackLocalContext, TrackLocalWriter,
89 pub(crate) context: Mutex<TrackLocalContext>,
186 context: Mutex::new(TrackLocalContext::default()), in new()
335 let new_context = TrackLocalContext { in replace_track()
386 let mut context = TrackLocalContext { in send()