Home
last modified time | relevance | path

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

/webrtc/webrtc/src/track/track_local/
H A Dtrack_local_static_sample.rs213 async fn unbind(&self, t: &TrackLocalContext) -> Result<()> { in unbind() method
214 self.rtp_track.unbind(t).await in unbind()
H A Dmod.rs83 async fn unbind(&self, t: &TrackLocalContext) -> Result<()>; in unbind() method
H A Dtrack_local_static_rtp.rs169 async fn unbind(&self, t: &TrackLocalContext) -> Result<()> { in unbind() method
/webrtc/webrtc/src/rtp_transceiver/rtp_sender/
H A Dmod.rs317 t.unbind(&context).await?; in replace_track()