Searched defs:RtcpMuxPolicy (Results 1 - 2 of 2) sorted by relevance

/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;

Completed in 94 milliseconds