Searched refs:unbind_remote_stream (Results 1 – 13 of 13) sorted by relevance
| /webrtc/interceptor/src/ |
| H A D | chain.rs | 84 async fn unbind_remote_stream(&self, info: &StreamInfo) { in unbind_remote_stream() method 86 icpr.unbind_remote_stream(info).await; in unbind_remote_stream()
|
| H A D | noop.rs | 53 async fn unbind_remote_stream(&self, _info: &StreamInfo) {} in unbind_remote_stream() method
|
| H A D | lib.rs | 73 async fn unbind_remote_stream(&self, info: &StreamInfo); in unbind_remote_stream() method
|
| /webrtc/interceptor/src/twcc/sender/ |
| H A D | mod.rs | 125 async fn unbind_remote_stream(&self, _info: &StreamInfo) {} in unbind_remote_stream() method
|
| /webrtc/interceptor/src/mock/ |
| H A D | mock_interceptor.rs | 122 async fn unbind_remote_stream(&self, info: &StreamInfo) { in unbind_remote_stream() method
|
| /webrtc/interceptor/src/report/sender/ |
| H A D | mod.rs | 163 async fn unbind_remote_stream(&self, _info: &StreamInfo) {} in unbind_remote_stream() method
|
| /webrtc/interceptor/src/nack/responder/ |
| H A D | mod.rs | 196 async fn unbind_remote_stream(&self, _info: &StreamInfo) {} in unbind_remote_stream() method
|
| /webrtc/interceptor/src/report/receiver/ |
| H A D | mod.rs | 202 async fn unbind_remote_stream(&self, info: &StreamInfo) { in unbind_remote_stream() method
|
| /webrtc/interceptor/src/nack/generator/ |
| H A D | mod.rs | 238 async fn unbind_remote_stream(&self, info: &StreamInfo) { in unbind_remote_stream() method
|
| /webrtc/interceptor/src/twcc/receiver/ |
| H A D | mod.rs | 240 async fn unbind_remote_stream(&self, info: &StreamInfo) { in unbind_remote_stream() method
|
| /webrtc/webrtc/src/rtp_transceiver/rtp_receiver/ |
| H A D | mod.rs | 720 .unbind_remote_stream(stream_info) in stop() 727 .unbind_remote_stream(repair_stream_info) in stop()
|
| /webrtc/interceptor/src/stats/ |
| H A D | interceptor.rs | 319 async fn unbind_remote_stream(&self, info: &StreamInfo) { in unbind_remote_stream() method
|
| /webrtc/webrtc/src/peer_connection/ |
| H A D | peer_connection_internal.rs | 1052 icpr.unbind_remote_stream(&stream_info).await; in handle_incoming_ssrc()
|