Searched refs:mid (Results 1 – 7 of 7) sorted by relevance
| /webrtc/webrtc/src/rtp_transceiver/ |
| H A D | mod.rs | 208 mid: OnceCell::new(), in new() 297 self.mid in set_mid() 298 .set(mid) in set_mid() 303 pub fn mid(&self) -> Option<String> { in mid() method 304 self.mid.get().map(Clone::clone) in mid() 386 let mid = self.mid(); in process_new_current_direction() localVariable 389 mid, in process_new_current_direction() 465 .field("mid", &self.mid) in fmt() 478 mid: &str, in find_by_mid() 482 if t.mid().as_deref() == Some(mid) { in find_by_mid() [all …]
|
| H A D | rtp_transceiver_test.rs | 338 offer_transceiver.mid().is_some(), in test_rtp_transceiver_stopping()
|
| /webrtc/webrtc/src/peer_connection/ |
| H A D | peer_connection_internal.rs | 355 if t.mid().as_ref() != Some(&incoming_track.mid) { in start_rtp_receivers() 993 mid = m; in handle_incoming_ssrc() 1003 if t.mid().as_ref() != Some(&mid) { in handle_incoming_ssrc() 1166 let m = match t.mid().and_then(|mid| get_by_mid(&mid, desc)) { in has_local_description_changed() 1211 if let Some(mid) = transeiver.mid() { in collect_inbound_stats() 1224 mid: mid.clone(), in collect_inbound_stats() 1280 mid: info.mid, in collect_inbound_stats() 1336 let mid = match transceiver.mid() { in collect_outbound_stats() localVariable 1337 Some(mid) => mid, in collect_outbound_stats() 1356 mid: mid.clone(), in collect_outbound_stats() [all …]
|
| H A D | mod.rs | 456 let mid = t.mid(); in check_negotiation_needed() localVariable 457 let m = mid.as_ref().and_then(|mid| get_by_mid(mid, local_desc)); in check_negotiation_needed() 497 t.mid().and_then(|mid| get_by_mid(&mid, remote_desc)) in check_negotiation_needed() 515 match t.mid().and_then(|mid| get_by_mid(&mid, remote_desc)) { in check_negotiation_needed() 542 Some(mid) => mid, in check_negotiation_needed() 763 if mid.is_empty() { in create_offer() 781 if t.mid().is_some() { in create_offer() 798 t.set_mid(mid)?; in create_offer() 1241 Some(mid) if !mid.is_empty() => mid, in set_local_description() 1360 if t.mid().is_none() { in set_remote_description() [all …]
|
| /webrtc/webrtc/src/peer_connection/sdp/ |
| H A D | mod.rs | 40 pub(crate) mid: String, field 188 tracks_in_media_section[track_idx].mid = mid_value.to_owned(); in track_details_from_sdp() 196 mid: mid_value.to_owned(), in track_details_from_sdp() 215 mid: mid_value.to_owned(), in track_details_from_sdp() 851 if let Some(mid) = m.attribute(ATTR_KEY_MID).flatten() { in get_by_mid() 852 if mid == search_mid { in get_by_mid()
|
| /webrtc/webrtc/src/stats/ |
| H A D | mod.rs | 462 pub mid: String, field 507 pub mid: String, field
|
| /webrtc/webrtc/ |
| H A D | CHANGELOG.md | 34 * Change `RTCPeerConnection::mid` return signature to `Option<String>` [#375](https://github.com/we…
|