Searched refs:attributes (Results 1 – 2 of 2) sorted by relevance
68 pub attributes: HashMap<String, String>, field95 attributes: HashMap<String, String>, field172 for (k, v) in &self.attributes { in marshal()278 .attributes in unmarshal()281 sdp.attributes in unmarshal()310 for (k, v) in &self.attributes { in marshal()
592 let media_control = if let Some(media_control_val) = media.attributes.get("control") { in new_tracks()