Home
last modified time | relevance | path

Searched refs:protos (Results 1 – 5 of 5) sorted by relevance

/webrtc/sdp/src/description/
H A Dmedia.rs82 protos: vec![ in new_jsep_media_description()
227 pub protos: Vec<String>, field
236 self.protos.join("/"), in fmt()
H A Ddescription_test.rs130 protos: vec!["RTP".to_string(), "AVP".to_string()], in test_marshal()
158 protos: vec!["RTP".to_string(), "AVP".to_string()], in test_marshal()
H A Dsession.rs1228 let mut protos = vec![]; in unmarshal_media_description() localVariable
1239 protos.push(proto.to_owned()); in unmarshal_media_description()
1255 protos, in unmarshal_media_description()
/webrtc/sdp/src/util/
H A Dutil_test.rs16 protos: vec!["RTP".to_string(), "AVP".to_string()], in get_test_session_description()
/webrtc/webrtc/src/peer_connection/sdp/
H A Dmod.rs314 protos: vec!["UDP".to_owned(), "DTLS".to_owned(), "SCTP".to_owned()], in add_data_media_section()
476 protos: vec![ in add_transceiver_sdp()