Home
last modified time | relevance | path

Searched defs:StreamInfo (Results 1 – 15 of 15) sorted by relevance

/webrtc/interceptor/src/
H A Dstream_info.rs12 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 Dchain.rs54 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 Dnoop.rs33 _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 Dlib.rs57 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 Dmock_interceptor.rs90 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 Dmock_stream.rs36 info: &StreamInfo, in new()
/webrtc/interceptor/src/twcc/sender/
H A Dmod.rs79 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 Dmod.rs129 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 Dmod.rs163 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 Dmod.rs171 _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 Dmod.rs205 _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 Dmod.rs195 _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 Dinterceptor.rs306 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 Dmod.rs582 stream_info: &StreamInfo, in streams_for_ssrc()
/webrtc/webrtc/src/rtp_transceiver/
H A Dmod.rs140 ) -> StreamInfo { in create_stream_info()