| /webrtc/interceptor/src/ |
| H A D | stream_info.rs | 12 pub struct StreamInfo { struct 13 pub id: String, 14 pub attributes: Attributes, 15 pub ssrc: u32, 16 pub payload_type: u8, 17 pub rtp_header_extensions: Vec<RTPHeaderExtension>, 18 pub mime_type: String, 19 pub clock_rate: u32, 20 pub channels: u16, 21 pub sdp_fmtp_line: String, [all …]
|
| H A D | chain.rs | 54 info: &StreamInfo, in bind_local_stream() 64 async fn unbind_local_stream(&self, info: &StreamInfo) { in unbind_local_stream() 74 info: &StreamInfo, in bind_remote_stream() 84 async fn unbind_remote_stream(&self, info: &StreamInfo) { in unbind_remote_stream()
|
| H A D | noop.rs | 33 _info: &StreamInfo, in bind_local_stream() 40 async fn unbind_local_stream(&self, _info: &StreamInfo) {} in unbind_local_stream() 46 _info: &StreamInfo, in bind_remote_stream() 53 async fn unbind_remote_stream(&self, _info: &StreamInfo) {} in unbind_remote_stream()
|
| H A D | lib.rs | 57 info: &StreamInfo, in bind_local_stream() 62 async fn unbind_local_stream(&self, info: &StreamInfo); in unbind_local_stream() 68 info: &StreamInfo, in bind_remote_stream() 73 async fn unbind_remote_stream(&self, info: &StreamInfo); in unbind_remote_stream()
|
| /webrtc/interceptor/src/mock/ |
| H A D | mock_interceptor.rs | 90 info: &StreamInfo, in bind_local_stream() 101 async fn unbind_local_stream(&self, info: &StreamInfo) { in unbind_local_stream() 111 info: &StreamInfo, in bind_remote_stream() 122 async fn unbind_remote_stream(&self, info: &StreamInfo) { in unbind_remote_stream()
|
| H A D | mock_stream.rs | 36 info: &StreamInfo, in new()
|
| /webrtc/interceptor/src/twcc/sender/ |
| H A D | mod.rs | 79 info: &StreamInfo, in bind_local_stream() 109 async fn unbind_local_stream(&self, info: &StreamInfo) { in unbind_local_stream() 118 _info: &StreamInfo, in bind_remote_stream() 125 async fn unbind_remote_stream(&self, _info: &StreamInfo) {} in unbind_remote_stream()
|
| /webrtc/interceptor/src/report/sender/ |
| H A D | mod.rs | 129 info: &StreamInfo, in bind_local_stream() 147 async fn unbind_local_stream(&self, info: &StreamInfo) { in unbind_local_stream() 156 _info: &StreamInfo, in bind_remote_stream() 163 async fn unbind_remote_stream(&self, _info: &StreamInfo) {} in unbind_remote_stream()
|
| /webrtc/interceptor/src/nack/responder/ |
| H A D | mod.rs | 163 info: &StreamInfo, in bind_local_stream() 180 async fn unbind_local_stream(&self, info: &StreamInfo) { in unbind_local_stream() 189 _info: &StreamInfo, in bind_remote_stream() 196 async fn unbind_remote_stream(&self, _info: &StreamInfo) {} in unbind_remote_stream()
|
| /webrtc/interceptor/src/report/receiver/ |
| H A D | mod.rs | 171 _info: &StreamInfo, in bind_local_stream() 178 async fn unbind_local_stream(&self, _info: &StreamInfo) {} in unbind_local_stream() 184 info: &StreamInfo, in bind_remote_stream() 202 async fn unbind_remote_stream(&self, info: &StreamInfo) { in unbind_remote_stream()
|
| /webrtc/interceptor/src/nack/generator/ |
| H A D | mod.rs | 205 _info: &StreamInfo, in bind_local_stream() 212 async fn unbind_local_stream(&self, _info: &StreamInfo) {} in unbind_local_stream() 218 info: &StreamInfo, in bind_remote_stream() 238 async fn unbind_remote_stream(&self, info: &StreamInfo) { in unbind_remote_stream()
|
| /webrtc/interceptor/src/twcc/receiver/ |
| H A D | mod.rs | 195 _info: &StreamInfo, in bind_local_stream() 202 async fn unbind_local_stream(&self, _info: &StreamInfo) {} in unbind_local_stream() 208 info: &StreamInfo, in bind_remote_stream() 240 async fn unbind_remote_stream(&self, info: &StreamInfo) { in unbind_remote_stream()
|
| /webrtc/interceptor/src/stats/ |
| H A D | interceptor.rs | 306 info: &StreamInfo, in bind_remote_stream() 319 async fn unbind_remote_stream(&self, info: &StreamInfo) { in unbind_remote_stream() 329 info: &StreamInfo, in bind_local_stream() 342 async fn unbind_local_stream(&self, info: &StreamInfo) { in unbind_local_stream()
|
| /webrtc/webrtc/src/dtls_transport/ |
| H A D | mod.rs | 582 stream_info: &StreamInfo, in streams_for_ssrc()
|
| /webrtc/webrtc/src/rtp_transceiver/ |
| H A D | mod.rs | 140 ) -> StreamInfo { in create_stream_info()
|