Home
last modified time | relevance | path

Searched refs:rtcpMuxPolicy (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/talk/app/webrtc/objc/public/
DRTCPeerConnectionInterface.h63 @property(nonatomic, assign) RTCRtcpMuxPolicy rtcpMuxPolicy;
71 rtcpMuxPolicy:(RTCRtcpMuxPolicy)rtcpMuxPolicy
/external/webrtc/talk/app/webrtc/objc/
DRTCPeerConnectionInterface.mm38 @synthesize rtcpMuxPolicy = _rtcpMuxPolicy;
62 rtcpMuxPolicy:(RTCRtcpMuxPolicy)rtcpMuxPolicy
70 _rtcpMuxPolicy = rtcpMuxPolicy;
DRTCEnumConverter.h75 (RTCRtcpMuxPolicy)rtcpMuxPolicy;
DRTCEnumConverter.mm202 (RTCRtcpMuxPolicy)rtcpMuxPolicy {
203 switch (rtcpMuxPolicy) {
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DPeerConnection.java148 public RtcpMuxPolicy rtcpMuxPolicy; field in PeerConnection.RTCConfiguration
160 rtcpMuxPolicy = RtcpMuxPolicy.NEGOTIATE; in RTCConfiguration()
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DPeerConnectionClient.java457 rtcConfig.rtcpMuxPolicy = PeerConnection.RtcpMuxPolicy.REQUIRE; in createPeerConnectionInternal()