Home
last modified time | relevance | path

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

/webrtc/rtcp/src/source_description/
H A Dmod.rs27 SdesEnd = 0, // end of SDES list RFC 3550, 6.5 enumerator
41 SdesType::SdesEnd => "END", in fmt()
66 _ => SdesType::SdesEnd, in from()
121 buf.put_u8(SdesType::SdesEnd as u8); in marshal_to()
155 if item.sdes_type == SdesType::SdesEnd { in unmarshal()
208 if self.sdes_type == SdesType::SdesEnd { in marshal_to()
249 if sdes_type == SdesType::SdesEnd { in unmarshal()
H A Dsource_description_test.rs268 sdes_type: SdesType::SdesEnd, in test_source_description_roundtrip()