Home
last modified time | relevance | path

Searched refs:Attribute (Results 1 – 7 of 7) sorted by relevance

/webrtc/sdp/src/util/
H A Dutil_test.rs20Attribute::new("fmtp:126 profile-level-id=42e01f;level-asymmetry-allowed=1;packetization-mode=1".t… in get_test_session_description()
21Attribute::new("fmtp:97 profile-level-id=42e01f;level-asymmetry-allowed=1".to_string(), None), in get_test_session_description()
22 Attribute::new("fmtp:120 max-fs=12288;max-fr=60".to_string(), None), in get_test_session_description()
23 Attribute::new("fmtp:121 max-fs=12288;max-fr=60".to_string(), None), in get_test_session_description()
24 Attribute::new("rtpmap:120 VP8/90000".to_string(), None), in get_test_session_description()
25 Attribute::new("rtpmap:121 VP9/90000".to_string(), None), in get_test_session_description()
26 Attribute::new("rtpmap:126 H264/90000".to_string(), None), in get_test_session_description()
27 Attribute::new("rtpmap:97 H264/90000".to_string(), None), in get_test_session_description()
28 Attribute::new("rtcp-fb:97 ccm fir".to_string(), None), in get_test_session_description()
29 Attribute::new("rtcp-fb:97 nack".to_string(), None), in get_test_session_description()
[all …]
/webrtc/webrtc/src/peer_connection/sdp/
H A Dsdp_test.rs153 Attribute { in test_extract_ice_details()
157 Attribute { in test_extract_ice_details()
176 Attribute { in test_extract_ice_details()
990 Attribute { in test_get_rids()
994 Attribute { in test_get_rids()
1051 Attribute { in test_codecs_from_media_description()
1055 Attribute { in test_codecs_from_media_description()
1059 Attribute { in test_codecs_from_media_description()
1063 Attribute { in test_codecs_from_media_description()
1108 Attribute { in test_rtp_extensions_from_media_description()
[all …]
/webrtc/sdp/src/description/
H A Dcommon.rs69 pub struct Attribute { struct
74 impl fmt::Display for Attribute { argument
84 impl Attribute { implementation
87 Attribute { key, value } in new()
H A Ddescription_test.rs116 Attribute::new( in test_marshal()
120 Attribute::new("recvonly".to_string(), None), in test_marshal()
149 attributes: vec![Attribute::new("sendrecv".to_string(), None)], in test_marshal()
165 attributes: vec![Attribute::new( in test_marshal()
H A Dmedia.rs58 pub attributes: Vec<Attribute>,
108 self.attributes.push(Attribute::new(key, None)); in with_property_attribute()
114 self.attributes.push(Attribute::new(key, Some(value))); in with_value_attribute()
H A Dsession.rs231 pub attributes: Vec<Attribute>,
287 self.attributes.push(Attribute::new(key, None)); in with_property_attribute()
293 self.attributes.push(Attribute::new(key, Some(value))); in with_value_attribute()
1180 Attribute { in unmarshal_session_attribute()
1185 Attribute { in unmarshal_session_attribute()
1328 Attribute { in unmarshal_media_attribute()
1333 Attribute { in unmarshal_media_attribute()
/webrtc/sdp/src/extmap/
H A Dmod.rs56 pub fn convert(&self) -> Attribute { in convert() argument
57 Attribute { in convert()