Home
last modified time | relevance | path

Searched refs:attributes (Results 1 – 2 of 2) sorted by relevance

/xiu/protocol/rtsp/src/sdp/
H A Dmod.rs68 pub attributes: HashMap<String, String>, field
95 attributes: HashMap<String, String>, field
172 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()
/xiu/protocol/rtsp/src/session/
H A Dmod.rs592 let media_control = if let Some(media_control_val) = media.attributes.get("control") { in new_tracks()