Searched refs:RtcpMuxPolicy (Results 1 - 8 of 8) sorted by relevance

/external/webrtc/talk/app/webrtc/objc/
H A DRTCEnumConverter.h72 (webrtc::PeerConnectionInterface::RtcpMuxPolicy)nativeEnum;
74 + (webrtc::PeerConnectionInterface::RtcpMuxPolicy)nativeEnumForRtcpMuxPolicy:
H A DRTCEnumConverter.mm192 (webrtc::PeerConnectionInterface::RtcpMuxPolicy)nativeEnum {
201 + (webrtc::PeerConnectionInterface::RtcpMuxPolicy)nativeEnumForRtcpMuxPolicy:
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
H A DPeerConnection.java123 /** Java version of PeerConnectionInterface.RtcpMuxPolicy */
124 public enum RtcpMuxPolicy { enum in class:PeerConnection
148 public RtcpMuxPolicy rtcpMuxPolicy;
160 rtcpMuxPolicy = RtcpMuxPolicy.NEGOTIATE;
/external/webrtc/talk/app/webrtc/
H A Dpeerconnectioninterface.h226 enum RtcpMuxPolicy { enum in class:webrtc::PeerConnectionInterface
253 RtcpMuxPolicy rtcp_mux_policy;
H A Dwebrtcsession.h517 PeerConnectionInterface::RtcpMuxPolicy rtcp_mux_policy_;
H A Dwebrtcsession_unittest.cc451 PeerConnectionInterface::RtcpMuxPolicy rtcp_mux_policy) {
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
H A DPeerConnectionClient.java457 rtcConfig.rtcpMuxPolicy = PeerConnection.RtcpMuxPolicy.REQUIRE;
/external/webrtc/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc1429 static PeerConnectionInterface::RtcpMuxPolicy
1432 jni, "org/webrtc/PeerConnection$RtcpMuxPolicy",
1441 RTC_CHECK(false) << "Unexpected RtcpMuxPolicy enum_name " << enum_name;
1550 "Lorg/webrtc/PeerConnection$RtcpMuxPolicy;");

Completed in 170 milliseconds