| /webrtc/webrtc/src/dtls_transport/ |
| H A D | dtls_role.rs | 57 fn from(session_description: &SessionDescription) -> Self { in from() 58 for media_section in &session_description.media_descriptions { in from() 161 let session_description = SessionDescription::unmarshal(&mut reader)?; in test_dtls_role_from_remote_sdp() localVariable 163 DTLSRole::from(&session_description), in test_dtls_role_from_remote_sdp()
|
| /webrtc/webrtc/src/peer_connection/sdp/ |
| H A D | mod.rs | 19 pub mod session_description; module 356 session_description: Option<&session_description::RTCSessionDescription>, in populate_local_candidates() 359 ) -> Option<session_description::RTCSessionDescription> { in populate_local_candidates() 360 if session_description.is_none() || ice_gatherer.is_none() { in populate_local_candidates() 361 return session_description.cloned(); in populate_local_candidates() 364 if let (Some(sd), Some(ice)) = (session_description, ice_gatherer) { in populate_local_candidates() 386 Some(session_description::RTCSessionDescription { in populate_local_candidates() 847 desc: &'a session_description::RTCSessionDescription, in get_by_mid() 863 desc: &session_description::RTCSessionDescription, in have_data_channel()
|
| /webrtc/examples/examples/data-channels/ |
| H A D | data-channels.rs | 16 use webrtc::peer_connection::sdp::session_description::RTCSessionDescription;
|
| /webrtc/examples/examples/data-channels-create/ |
| H A D | data-channels-create.rs | 15 use webrtc::peer_connection::sdp::session_description::RTCSessionDescription;
|
| /webrtc/examples/examples/rtp-to-webrtc/ |
| H A D | rtp-to-webrtc.rs | 14 use webrtc::peer_connection::sdp::session_description::RTCSessionDescription;
|
| /webrtc/examples/examples/data-channels-detach-create/ |
| H A D | data-channels-detach-create.rs | 16 use webrtc::peer_connection::sdp::session_description::RTCSessionDescription;
|
| /webrtc/examples/examples/data-channels-detach/ |
| H A D | data-channels-detach.rs | 17 use webrtc::peer_connection::sdp::session_description::RTCSessionDescription;
|
| /webrtc/examples/examples/simulcast/ |
| H A D | simulcast.rs | 14 use webrtc::peer_connection::sdp::session_description::RTCSessionDescription;
|
| /webrtc/examples/examples/data-channels-close/ |
| H A D | data-channels-close.rs | 18 use webrtc::peer_connection::sdp::session_description::RTCSessionDescription;
|
| /webrtc/examples/examples/insertable-streams/ |
| H A D | insertable-streams.rs | 20 use webrtc::peer_connection::sdp::session_description::RTCSessionDescription;
|
| /webrtc/examples/examples/reflect/ |
| H A D | reflect.rs | 14 use webrtc::peer_connection::sdp::session_description::RTCSessionDescription;
|
| /webrtc/examples/examples/rtp-forwarder/ |
| H A D | rtp-forwarder.rs | 16 use webrtc::peer_connection::sdp::session_description::RTCSessionDescription;
|
| /webrtc/examples/examples/broadcast/ |
| H A D | broadcast.rs | 13 use webrtc::peer_connection::sdp::session_description::RTCSessionDescription;
|
| /webrtc/examples/examples/ice-restart/ |
| H A D | ice-restart.rs | 19 use webrtc::peer_connection::sdp::session_description::RTCSessionDescription;
|
| /webrtc/examples/examples/swap-tracks/ |
| H A D | swap-tracks.rs | 14 use webrtc::peer_connection::sdp::session_description::RTCSessionDescription;
|
| /webrtc/examples/examples/save-to-disk-h264/ |
| H A D | save-to-disk-h264.rs | 17 use webrtc::peer_connection::sdp::session_description::RTCSessionDescription;
|
| /webrtc/examples/examples/play-from-disk-h264/ |
| H A D | play-from-disk-h264.rs | 21 use webrtc::peer_connection::sdp::session_description::RTCSessionDescription;
|
| /webrtc/examples/examples/play-from-disk-vpx/ |
| H A D | play-from-disk-vpx.rs | 21 use webrtc::peer_connection::sdp::session_description::RTCSessionDescription;
|
| /webrtc/examples/examples/save-to-disk-vpx/ |
| H A D | save-to-disk-vpx.rs | 18 use webrtc::peer_connection::sdp::session_description::RTCSessionDescription;
|
| /webrtc/examples/examples/offer-answer/ |
| H A D | offer.rs | 21 use webrtc::peer_connection::sdp::session_description::RTCSessionDescription;
|
| H A D | answer.rs | 22 use webrtc::peer_connection::sdp::session_description::RTCSessionDescription;
|
| /webrtc/examples/examples/play-from-disk-renegotiation/ |
| H A D | play-from-disk-renegotiation.rs | 24 use webrtc::peer_connection::sdp::session_description::RTCSessionDescription;
|
| /webrtc/sdp/src/description/ |
| H A D | session.rs | 577 let session_description = SessionDescription::unmarshal(&mut reader)?; in try_from() localVariable 578 Ok(session_description) in try_from()
|
| /webrtc/webrtc/src/peer_connection/ |
| H A D | mod.rs | 50 use crate::peer_connection::sdp::session_description::RTCSessionDescription;
|