Home
last modified time | relevance | path

Searched defs:unbind_remote_stream (Results 1 – 11 of 11) sorted by relevance

/webrtc/interceptor/src/
H A Dchain.rs84 async fn unbind_remote_stream(&self, info: &StreamInfo) { in unbind_remote_stream() method
H A Dnoop.rs53 async fn unbind_remote_stream(&self, _info: &StreamInfo) {} in unbind_remote_stream() method
H A Dlib.rs73 async fn unbind_remote_stream(&self, info: &StreamInfo); in unbind_remote_stream() method
/webrtc/interceptor/src/mock/
H A Dmock_interceptor.rs122 async fn unbind_remote_stream(&self, info: &StreamInfo) { in unbind_remote_stream() method
/webrtc/interceptor/src/twcc/sender/
H A Dmod.rs125 async fn unbind_remote_stream(&self, _info: &StreamInfo) {} in unbind_remote_stream() method
/webrtc/interceptor/src/report/sender/
H A Dmod.rs163 async fn unbind_remote_stream(&self, _info: &StreamInfo) {} in unbind_remote_stream() method
/webrtc/interceptor/src/nack/responder/
H A Dmod.rs196 async fn unbind_remote_stream(&self, _info: &StreamInfo) {} in unbind_remote_stream() method
/webrtc/interceptor/src/report/receiver/
H A Dmod.rs202 async fn unbind_remote_stream(&self, info: &StreamInfo) { in unbind_remote_stream() method
/webrtc/interceptor/src/nack/generator/
H A Dmod.rs238 async fn unbind_remote_stream(&self, info: &StreamInfo) { in unbind_remote_stream() method
/webrtc/interceptor/src/twcc/receiver/
H A Dmod.rs240 async fn unbind_remote_stream(&self, info: &StreamInfo) { in unbind_remote_stream() method
/webrtc/interceptor/src/stats/
H A Dinterceptor.rs319 async fn unbind_remote_stream(&self, info: &StreamInfo) { in unbind_remote_stream() method