Home
last modified time | relevance | path

Searched defs:RtcpMuxPolicy (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/webrtc/sdk/objc/api/peerconnection/
H A DRTCConfiguration.mm398 + (RTCRtcpMuxPolicy)rtcpMuxPolicyForNativePolicy:
/aosp_15_r20/external/webrtc/pc/
H A Dpeer_connection_bundle_unittest.cc78 using RtcpMuxPolicy = PeerConnectionInterface::RtcpMuxPolicy; typedef
/aosp_15_r20/external/webrtc/api/
H A Dpeer_connection_interface.h286 enum RtcpMuxPolicy { enum
/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/
H A DPeerConnection.java379 public enum RtcpMuxPolicy { NEGOTIATE, REQUIRE } enum in PeerConnection