Home
last modified time | relevance | path

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

/xiu/protocol/rtsp/src/sdp/
H A Dmod.rs254 let attr_value = if let Some(val) = attribute.get(1) { in unmarshal() localVariable
264 if let Some(rtpmap) = RtpMap::unmarshal(attr_value) { in unmarshal()
271 Fmtp::new(&cur_media.rtpmap.encoding_name, attr_value); in unmarshal()
279 .insert(attr_name.to_string(), attr_value.to_string()); in unmarshal()
282 .insert(attr_name.to_string(), attr_value.to_string()); in unmarshal()