Home
last modified time | relevance | path

Searched defs:SdpSemantics (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/sdk/objc/api/peerconnection/
DRTCConfiguration.mm481 + (RTCSdpSemantics)sdpSemanticsForNativeSdpSemantics:(webrtc::SdpSemantics)sdpSemantics {
/external/webrtc/api/
Dpeer_connection_interface.h152 enum class SdpSemantics { kPlanB, kUnifiedPlan }; enum
/external/webrtc/sdk/android/api/org/webrtc/
DPeerConnection.java447 public enum SdpSemantics { PLAN_B, UNIFIED_PLAN } enum in PeerConnection