Home
last modified time | relevance | path

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

/webrtc/sdp/src/util/
H A Dmod.rs107 pub(crate) fn parse_rtpmap(rtpmap: &str) -> Result<Codec> { in parse_rtpmap() function
/webrtc/sdp/src/description/
H A Dsession.rs315 if let Ok(codec) = parse_rtpmap(&attr) { in build_codec_map()