Home
last modified time | relevance | path

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

/xiu/protocol/rtsp/src/sdp/
H A Drtpmap.rs4 pub struct RtpMap { struct
11 impl Unmarshal for RtpMap { argument
16 let mut rtpmap = RtpMap::default(); in unmarshal()
47 impl Marshal for RtpMap { implementation
66 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()
H A Dmod.rs5 use rtpmap::RtpMap;
66 pub rtpmap: RtpMap,
264 if let Some(rtpmap) = RtpMap::unmarshal(attr_value) { in unmarshal()