Home
last modified time | relevance | path

Searched refs:extmap (Results 1 – 8 of 8) sorted by relevance

/webrtc/webrtc/src/api/interceptor_registry/
H A Dmod.rs75 uri: sdp::extmap::TRANSPORT_CC_URI.to_owned(), in configure_twcc()
90 uri: sdp::extmap::TRANSPORT_CC_URI.to_owned(), in configure_twcc()
111 uri: sdp::extmap::TRANSPORT_CC_URI.to_owned(), in configure_twcc_sender_only()
119 uri: sdp::extmap::TRANSPORT_CC_URI.to_owned(), in configure_twcc_sender_only()
144 uri: sdp::extmap::TRANSPORT_CC_URI.to_owned(), in configure_twcc_receiver_only()
159 uri: sdp::extmap::TRANSPORT_CC_URI.to_owned(), in configure_twcc_receiver_only()
/webrtc/sdp/src/
H A Dlib.rs6 pub mod extmap; module
/webrtc/webrtc/src/api/media_engine/
H A Dmedia_engine_test.rs204 uri: sdp::extmap::ABS_SEND_TIME_URI.to_owned(), in test_media_engine_remote_description()
213 uri: sdp::extmap::SDES_MID_URI.to_owned(), in test_media_engine_remote_description()
739 uri: sdp::extmap::ABS_SEND_TIME_URI.to_owned(), in test_extension_id_collision()
748 uri: sdp::extmap::SDES_MID_URI.to_owned(), in test_extension_id_collision()
757 uri: sdp::extmap::AUDIO_LEVEL_URI.to_owned(), in test_extension_id_collision()
/webrtc/webrtc/src/peer_connection/sdp/
H A Dsdp_test.rs1110 value: Some("1 ".to_owned() + sdp::extmap::ABS_SEND_TIME_URI), in test_rtp_extensions_from_media_description()
1114 value: Some("3 ".to_owned() + sdp::extmap::SDES_MID_URI), in test_rtp_extensions_from_media_description()
1120 assert_eq!(extensions[sdp::extmap::ABS_SEND_TIME_URI], 1); in test_rtp_extensions_from_media_description()
1121 assert_eq!(extensions[sdp::extmap::SDES_MID_URI], 3); in test_rtp_extensions_from_media_description()
H A Dmod.rs28 use sdp::extmap::ExtMap;
508 media = media.with_extmap(sdp::extmap::ExtMap { in add_transceiver_sdp()
/webrtc/sdp/src/description/
H A Dmedia.rs6 use crate::extmap::*;
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_internal.rs920 uri: ::sdp::extmap::SDES_MID_URI.to_owned(), in handle_incoming_ssrc()
931 uri: ::sdp::extmap::SDES_RTP_STREAM_ID_URI.to_owned(), in handle_incoming_ssrc()
/webrtc/webrtc/
H A DCHANGELOG.md85 * Allowed one single direction for extmap matching. [#321](https://github.com/webrtc-rs/webrtc/pull…