Searched refs:TrackLocalContext (Results 1 – 4 of 4) sorted by relevance
| /webrtc/webrtc/src/track/track_local/ |
| H A D | mod.rs | 33 pub struct TrackLocalContext { struct 41 impl TrackLocalContext { impl 79 async fn bind(&self, t: &TrackLocalContext) -> Result<RTCRtpCodecParameters>; in bind() 83 async fn unbind(&self, t: &TrackLocalContext) -> Result<()>; in unbind()
|
| H A D | track_local_static_sample.rs | 184 async fn bind(&self, t: &TrackLocalContext) -> Result<RTCRtpCodecParameters> { in bind() 213 async fn unbind(&self, t: &TrackLocalContext) -> Result<()> { in unbind()
|
| H A D | track_local_static_rtp.rs | 141 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 D | mod.rs | 15 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()
|