Searched refs:bandwidth (Results 1 – 7 of 7) sorted by relevance
| /webrtc/sdp/src/description/ |
| H A D | description_test.rs | 72 bandwidth: vec![ in test_marshal() 76 bandwidth: 128, in test_marshal() 81 bandwidth: 12345, in test_marshal() 143 bandwidth: vec![Bandwidth { in test_marshal() 146 bandwidth: 128, in test_marshal() 163 bandwidth: vec![], in test_marshal()
|
| H A D | common.rs | 53 pub bandwidth: u64, field 59 write!(f, "{}{}:{}", output, self.bandwidth_type, self.bandwidth) in fmt()
|
| H A D | session.rs | 208 pub bandwidth: Vec<Bandwidth>, field 264 bandwidth: vec![], in new_jsep_session_description() 419 for bandwidth in &self.bandwidth { in marshal() 447 for bandwidth in &media_description.bandwidth { in marshal() 548 bandwidth: vec![], in unmarshal() 1054 lexer.desc.bandwidth.push(unmarshal_bandwidth(&value)?); in unmarshal_session_bandwidth() 1076 let bandwidth = parts[1].parse::<u64>()?; in unmarshal_bandwidth() localVariable 1081 bandwidth, in unmarshal_bandwidth() 1260 bandwidth: vec![], in unmarshal_media_description() 1300 let bandwidth = unmarshal_bandwidth(&value)?; in unmarshal_media_bandwidth() localVariable [all …]
|
| H A D | media.rs | 44 pub bandwidth: Vec<Bandwidth>, field 100 bandwidth: vec![], in new_jsep_media_description()
|
| /webrtc/examples/examples/simulcast/ |
| H A D | README.md | 5 The browser will not send higher quality streams unless it has the available bandwidth. You can loo… 6 the bandwidth estimation in `chrome://webrtc-internals`. It is under `VideoBwe` when `Read Stats Fr…
|
| /webrtc/examples/examples/broadcast/ |
| H A D | README.md | 5 … building conferencing software, and other applications where publishers are bandwidth constrained.
|
| /webrtc/webrtc/src/peer_connection/sdp/ |
| H A D | mod.rs | 327 bandwidth: vec![], in add_data_media_section() 498 bandwidth: vec![], in add_transceiver_sdp()
|