Home
last modified time | relevance | path

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

/xiu/protocol/rtsp/src/sdp/
H A Dmod.rs251 let attribute: Vec<&str> = kv[1].splitn(2, ':').collect(); in unmarshal() localVariable
253 let attr_name = attribute[0]; in unmarshal()
254 let attr_value = if let Some(val) = attribute.get(1) { in unmarshal()
261 if attribute.len() == 2 { in unmarshal()