| /webrtc/webrtc/src/rtp_transceiver/fmtp/generic/ |
| H A D | mod.rs | 7 fn fmtp_consist(a: &HashMap<String, String>, b: &HashMap<String, String>) -> bool { in fmtp_consist() argument 51 fn parameter(&self, key: &str) -> Option<&String> { in parameter()
|
| /webrtc/webrtc/src/stats/ |
| H A D | stats_collector.rs | 19 pub(crate) fn insert(&self, id: String, stats: StatsReportType) { in insert() 24 pub(crate) fn merge(&self, stats: HashMap<String, StatsReportType>) { in merge() 29 pub(crate) fn into_reports(self) -> HashMap<String, StatsReportType> { in into_reports()
|
| /webrtc/sdp/src/description/ |
| H A D | media.rs | 74 pub fn new_jsep_media_description(codec_type: String, _codec_prefs: Vec<&str>) -> Self { in new_jsep_media_description() 113 pub fn with_value_attribute(mut self, key: String, value: String) -> Self { in with_value_attribute() 119 pub fn with_fingerprint(self, algorithm: String, value: String) -> Self { in with_fingerprint() 124 pub fn with_ice_credentials(self, username: String, password: String) -> Self { in with_ice_credentials() 133 name: String, in with_codec() 136 fmtp: String, in with_codec() 156 cname: String, in with_media_source() 157 stream_label: String, in with_media_source() 158 label: String, in with_media_source()
|
| /webrtc/examples/examples/signal/src/ |
| H A D | lib.rs | 53 pub async fn http_sdp_server(port: u16) -> mpsc::Receiver<String> { in http_sdp_server() 90 pub fn encode(b: &str) -> String { in encode() 100 pub fn decode(s: &str) -> Result<String> { in decode()
|
| /webrtc/turn/src/auth/ |
| H A D | mod.rs | 20 ) -> Result<(String, String)> { in generate_long_term_credentials() argument 27 fn long_term_credentials(username: &str, shared_secret: &str) -> String { in long_term_credentials()
|
| /webrtc/util/src/vnet/ |
| H A D | resolver.rs | 37 pub(crate) fn add_host(&mut self, name: String, ip_addr: String) -> Result<()> { in add_host() 49 host_name: String, in lookup()
|
| H A D | chunk.rs | 19 pub fn base36(value: impl Into<u64>) -> String { in base36() 104 fn tag(&self) -> String; in tag() 105 fn network(&self) -> String; // returns "udp" or "tcp" in network() 135 fn tag(&self) -> String { in tag() 178 fn tag(&self) -> String { in tag() 208 fn network(&self) -> String { in network() 285 fn tag(&self) -> String { in tag() 316 fn network(&self) -> String { in network()
|
| /webrtc/ice/src/agent/ |
| H A D | mod.rs | 321 pub async fn get_local_user_credentials(&self) -> (String, String) { in get_local_user_credentials() 327 pub async fn get_remote_user_credentials(&self) -> (String, String) { in get_remote_user_credentials() 355 remote_ufrag: String, in set_remote_credentials() 356 remote_pwd: String, in set_remote_credentials() 368 pub async fn restart(&self, mut ufrag: String, mut pwd: String) -> Result<()> { in restart()
|
| H A D | agent_transport.rs | 19 remote_ufrag: String, in dial() 20 remote_pwd: String, in dial() 54 remote_ufrag: String, in accept() 55 remote_pwd: String, in accept()
|
| /webrtc/sdp/src/lexer/ |
| H A D | mod.rs | 45 pub fn read_value<R: io::BufRead + io::Seek>(reader: &mut R) -> Result<(String, usize)> { in read_value() 60 pub fn key_value_build(key: &str, value: Option<&String>) -> String { in key_value_build()
|
| /webrtc/webrtc/src/peer_connection/policy/ |
| H A D | sdp_semantics.rs | 86 fn get_md_names(sdp: &SessionDescription) -> Vec<String> { in get_md_names() 93 fn extract_ssrc_list(md: &MediaDescription) -> Vec<String> { in extract_ssrc_list()
|
| /webrtc/webrtc/src/peer_connection/sdp/ |
| H A D | mod.rs | 58 rid: String, in track_details_for_rid() 240 pub(crate) fn get_rids(media: &MediaDescription) -> HashMap<String, String> { in get_rids() argument 731 pub(crate) fn get_mid_value(media: &MediaDescription) -> Option<&String> { in get_mid_value() 750 pub(crate) fn extract_fingerprint(desc: &SessionDescription) -> Result<(String, String)> { in extract_fingerprint() argument 783 ) -> Result<(String, String, Vec<RTCIceCandidate>)> { in extract_ice_details() 935 ) -> Result<HashMap<String, isize>> { in rtp_extensions_from_media_description()
|
| /webrtc/webrtc/src/track/track_remote/ |
| H A D | mod.rs | 84 rid: String, in new() 116 pub fn id(&self) -> String { in id() 121 pub fn set_id(&self, s: String) { in set_id() 127 pub fn stream_id(&self) -> String { in stream_id() 132 pub fn set_stream_id(&self, s: String) { in set_stream_id() 172 pub fn msid(&self) -> String { in msid()
|
| /webrtc/dtls/examples/hub/src/ |
| H A D | lib.rs | 46 conns: Arc<Mutex<HashMap<String, Arc<dyn Conn + Send + Sync>>>>, in read_loop() 60 conns: Arc<Mutex<HashMap<String, Arc<dyn Conn + Send + Sync>>>>, in unregister()
|
| /webrtc/stun/src/ |
| H A D | integrity.rs | 69 pub fn new_long_term_integrity(username: String, realm: String, password: String) -> Self { in new_long_term_integrity()
|
| /webrtc/ice/src/rand/ |
| H A D | mod.rs | 14 pub fn generate_crypto_random_string(n: usize, runes: &[u8]) -> String { in generate_crypto_random_string()
|
| /webrtc/webrtc/src/ice_transport/ |
| H A D | ice_candidate_pair.rs | 20 fn stats_id(local_id: &str, remote_id: &str) -> String { in stats_id()
|
| /webrtc/mdns/src/message/ |
| H A D | question.rs | 31 compression: &mut Option<HashMap<String, usize>>, in pack()
|
| /webrtc/turn/src/server/ |
| H A D | mod.rs | 146 nonces: Arc<Mutex<HashMap<String, Instant>>>, in read_loop() 148 realm: String, in read_loop()
|
| /webrtc/mdns/src/message/resource/ |
| H A D | a.rs | 25 _compression: &mut Option<HashMap<String, usize>>, in pack()
|
| H A D | ptr.rs | 26 compression: &mut Option<HashMap<String, usize>>, in pack()
|
| H A D | aaaa.rs | 25 _compression: &mut Option<HashMap<String, usize>>, in pack()
|
| H A D | cname.rs | 25 compression: &mut Option<HashMap<String, usize>>, in pack()
|
| H A D | ns.rs | 26 compression: &mut Option<HashMap<String, usize>>, in pack()
|
| /webrtc/ice/src/candidate/ |
| H A D | mod.rs | 45 fn foundation(&self) -> String; in foundation() 49 fn id(&self) -> String; in id() 63 fn address(&self) -> String; in address() 75 fn marshal(&self) -> String; in marshal()
|