Home
last modified time | relevance | path

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

/webrtc/sdp/src/extmap/
H A Dextmap_test.rs32 let actual = ExtMap::unmarshal(&mut reader)?; in test_extmap()
45 let actual = ExtMap::unmarshal(&mut reader); in test_extmap()
59 let e = ExtMap { in test_transport_cc_extmap()
H A Dmod.rs28 pub struct ExtMap { struct
35 impl fmt::Display for ExtMap { argument
54 impl ExtMap { impl
105 Ok(ExtMap { in unmarshal()
/webrtc/sdp/src/description/
H A Dmedia.rs174 pub fn with_extmap(self, e: ExtMap) -> Self { in with_extmap()
192 let e = ExtMap { in with_transport_cc_extmap()
/webrtc/webrtc/src/peer_connection/sdp/
H A Dmod.rs28 use sdp::extmap::ExtMap;
508 media = media.with_extmap(sdp::extmap::ExtMap { in add_transceiver_sdp()
942 let e = ExtMap::unmarshal(&mut reader)?; in rtp_extensions_from_media_description()