Searched refs:unbind_local_stream (Results 1 – 12 of 12) sorted by relevance
| /webrtc/interceptor/src/ |
| H A D | chain.rs | 64 async fn unbind_local_stream(&self, info: &StreamInfo) { in unbind_local_stream() method 66 icpr.unbind_local_stream(info).await; in unbind_local_stream()
|
| H A D | noop.rs | 40 async fn unbind_local_stream(&self, _info: &StreamInfo) {} in unbind_local_stream() method
|
| H A D | lib.rs | 62 async fn unbind_local_stream(&self, info: &StreamInfo); in unbind_local_stream() method
|
| /webrtc/interceptor/src/twcc/sender/ |
| H A D | mod.rs | 109 async fn unbind_local_stream(&self, info: &StreamInfo) { in unbind_local_stream() method
|
| /webrtc/interceptor/src/mock/ |
| H A D | mock_interceptor.rs | 101 async fn unbind_local_stream(&self, info: &StreamInfo) { in unbind_local_stream() method
|
| /webrtc/interceptor/src/report/sender/ |
| H A D | mod.rs | 147 async fn unbind_local_stream(&self, info: &StreamInfo) { in unbind_local_stream() method
|
| /webrtc/interceptor/src/nack/responder/ |
| H A D | mod.rs | 180 async fn unbind_local_stream(&self, info: &StreamInfo) { in unbind_local_stream() method
|
| /webrtc/interceptor/src/report/receiver/ |
| H A D | mod.rs | 178 async fn unbind_local_stream(&self, _info: &StreamInfo) {} in unbind_local_stream() method
|
| /webrtc/interceptor/src/nack/generator/ |
| H A D | mod.rs | 212 async fn unbind_local_stream(&self, _info: &StreamInfo) {} in unbind_local_stream() method
|
| /webrtc/interceptor/src/twcc/receiver/ |
| H A D | mod.rs | 202 async fn unbind_local_stream(&self, _info: &StreamInfo) {} in unbind_local_stream() method
|
| /webrtc/webrtc/src/rtp_transceiver/rtp_sender/ |
| H A D | mod.rs | 465 self.interceptor.unbind_local_stream(&stream_info).await; in stop()
|
| /webrtc/interceptor/src/stats/ |
| H A D | interceptor.rs | 342 async fn unbind_local_stream(&self, info: &StreamInfo) { in unbind_local_stream() method
|