Searched refs:RtpMap (Results 1 – 2 of 2) sorted by relevance
4 pub struct RtpMap { struct11 impl Unmarshal for RtpMap { argument16 let mut rtpmap = RtpMap::default(); in unmarshal()47 impl Marshal for RtpMap { implementation66 use super::RtpMap;70 let parser = RtpMap::unmarshal("97 MPEG4-GENERIC/44100/2").unwrap(); in test_marshal_unmarshal_rtpmap()81 let parser2 = RtpMap::unmarshal("96 H264/90000").unwrap(); in test_marshal_unmarshal_rtpmap()
5 use rtpmap::RtpMap;66 pub rtpmap: RtpMap,264 if let Some(rtpmap) = RtpMap::unmarshal(attr_value) { in unmarshal()