Searched defs:SessionDescription (Results 1 – 5 of 5) sorted by relevance
| /webrtc/sdp/src/description/ |
| H A D | session.rs | 164 pub struct SessionDescription { struct 168 pub version: Version, 173 pub origin: Origin, 178 pub session_name: SessionName, 188 pub uri: Option<Url>, 193 pub email_address: Option<EmailAddress>, 198 pub phone_number: Option<PhoneNumber>, 208 pub bandwidth: Vec<Bandwidth>, 237 /// Reset cleans the SessionDescription, and sets all fields back to their default values argument 238 impl SessionDescription { impl [all …]
|
| /webrtc/webrtc/src/peer_connection/sdp/ |
| H A D | mod.rs | 69 s: &SessionDescription, in track_details_from_sdp() 302 d: SessionDescription, in add_data_media_section() 306 ) -> Result<SessionDescription> { in add_data_media_section() 405 mut d: SessionDescription, in add_transceiver_sdp() 412 ) -> Result<(SessionDescription, bool)> { in add_transceiver_sdp() 647 mut d: SessionDescription, in populate_sdp() 654 ) -> Result<SessionDescription> { in populate_sdp() 782 desc: &SessionDescription, in extract_ice_details() 957 pub(crate) fn update_sdp_origin(origin: &mut Origin, d: &mut SessionDescription) { in update_sdp_origin()
|
| H A D | session_description.rs | 70 pub fn unmarshal(&self) -> Result<SessionDescription> { in unmarshal()
|
| /webrtc/webrtc/src/peer_connection/ |
| H A D | peer_connection_internal.rs | 651 ) -> Result<SessionDescription> { in generate_unmatched_sdp() 722 ) -> Result<SessionDescription> { in generate_matched_sdp() 841 remote_description: &SessionDescription, in handle_undeclared_ssrc()
|
| /webrtc/webrtc/src/api/media_engine/ |
| H A D | mod.rs | 596 desc: &SessionDescription, in update_from_remote_description()
|