Home
last modified time | relevance | path

Searched refs:with_property_attribute (Results 1 – 3 of 3) sorted by relevance

/webrtc/sdp/src/description/
H A Dmedia.rs107 pub fn with_property_attribute(mut self, key: String) -> Self { in with_property_attribute() method
175 self.with_property_attribute(e.marshal()) in with_extmap()
257 MediaDescription::default().with_property_attribute("recvonly".to_owned()); in test_attribute_present_with_no_value()
H A Dsession.rs279 d.with_property_attribute(ATTR_KEY_IDENTITY.to_string()) in new_jsep_session_description()
286 pub fn with_property_attribute(mut self, key: String) -> Self { in with_property_attribute() method
/webrtc/webrtc/src/peer_connection/sdp/
H A Dmod.rs290 Ok(m.with_property_attribute("end-of-candidates".to_owned())) in add_candidates_to_media_descriptions()
336 .with_property_attribute(RTCRtpTransceiverDirection::Sendrecv.to_string()) in add_data_media_section()
337 .with_property_attribute("sctp-port:5000".to_owned()) in add_data_media_section()
433 .with_property_attribute(ATTR_KEY_RTCPMUX.to_owned()) in add_transceiver_sdp()
434 .with_property_attribute(ATTR_KEY_RTCPRSIZE.to_owned()); in add_transceiver_sdp()
546 media.with_property_attribute(format!("msid:{} {}", stream_id, track.id())); in add_transceiver_sdp()
567 media = media.with_property_attribute(format!("msid:{stream_id} {track_id}")); in add_transceiver_sdp()
612 media = media.with_property_attribute(direction.to_string()); in add_transceiver_sdp()