Home
last modified time | relevance | path

Searched refs:RtcpMuxPolicy (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/sdk/objc/api/peerconnection/
DRTCConfiguration+Private.h36 + (webrtc::PeerConnectionInterface::RtcpMuxPolicy)nativeRtcpMuxPolicyForPolicy:
40 (webrtc::PeerConnectionInterface::RtcpMuxPolicy)nativePolicy;
DRTCConfiguration.mm343 + (webrtc::PeerConnectionInterface::RtcpMuxPolicy)nativeRtcpMuxPolicyForPolicy:
354 (webrtc::PeerConnectionInterface::RtcpMuxPolicy)nativePolicy { argument
/external/webrtc/sdk/android/src/jni/pc/
Dice_candidate.h53 PeerConnectionInterface::RtcpMuxPolicy JavaToNativeRtcpMuxPolicy(
Dice_candidate.cc121 PeerConnectionInterface::RtcpMuxPolicy JavaToNativeRtcpMuxPolicy( in JavaToNativeRtcpMuxPolicy()
/external/webrtc/sdk/android/api/org/webrtc/
DPeerConnection.java369 public enum RtcpMuxPolicy { NEGOTIATE, REQUIRE } enum in PeerConnection
456 public RtcpMuxPolicy rtcpMuxPolicy;
559 rtcpMuxPolicy = RtcpMuxPolicy.REQUIRE; in RTCConfiguration()
625 RtcpMuxPolicy getRtcpMuxPolicy() { in getRtcpMuxPolicy()
/external/webrtc/pc/
Dpeer_connection_bundle_unittest.cc40 using RtcpMuxPolicy = PeerConnectionInterface::RtcpMuxPolicy; typedef
538 config.rtcp_mux_policy = RtcpMuxPolicy::kRtcpMuxPolicyRequire; in TEST_P()
559 config.rtcp_mux_policy = RtcpMuxPolicy::kRtcpMuxPolicyNegotiate; in TEST_P()
Djsep_transport_controller.h87 PeerConnectionInterface::RtcpMuxPolicy rtcp_mux_policy =
Dpeer_connection.cc873 RtcpMuxPolicy rtcp_mux_policy; in operator ==()
/external/webrtc/api/
Dpeer_connection_interface.h258 enum RtcpMuxPolicy { enum
370 RtcpMuxPolicy rtcp_mux_policy = kRtcpMuxPolicyRequire;
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DPeerConnectionClient.java598 rtcConfig.rtcpMuxPolicy = PeerConnection.RtcpMuxPolicy.REQUIRE; in createPeerConnectionInternal()