Home
last modified time | relevance | path

Searched refs:sdpSemantics (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/sdk/objc/api/peerconnection/
DRTCConfiguration+Private.h62 + (webrtc::SdpSemantics)nativeSdpSemanticsForSdpSemantics:(RTCSdpSemantics)sdpSemantics;
64 + (RTCSdpSemantics)sdpSemanticsForNativeSdpSemantics:(webrtc::SdpSemantics)sdpSemantics;
66 + (NSString *)stringForSdpSemantics:(RTCSdpSemantics)sdpSemantics;
DRTCConfiguration.mm51 @synthesize sdpSemantics = _sdpSemantics;
472 + (webrtc::SdpSemantics)nativeSdpSemanticsForSdpSemantics:(RTCSdpSemantics)sdpSemantics {
473 switch (sdpSemantics) {
481 + (RTCSdpSemantics)sdpSemanticsForNativeSdpSemantics:(webrtc::SdpSemantics)sdpSemantics {
482 switch (sdpSemantics) {
490 + (NSString *)stringForSdpSemantics:(RTCSdpSemantics)sdpSemantics {
491 switch (sdpSemantics) {
DRTCConfiguration.h186 @property(nonatomic, assign) RTCSdpSemantics sdpSemantics;
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DRtpTransceiverTest.java46 config.sdpSemantics = PeerConnection.SdpSemantics.UNIFIED_PLAN; in setUp()
DRtpSenderTest.java45 config.sdpSemantics = PeerConnection.SdpSemantics.UNIFIED_PLAN; in setUp()
/external/webrtc/sdk/android/api/org/webrtc/
DPeerConnection.java525 public SdpSemantics sdpSemantics; field in PeerConnection.RTCConfiguration
591 sdpSemantics = SdpSemantics.PLAN_B; in RTCConfiguration()
791 return sdpSemantics; in getSdpSemantics()
/external/webrtc/sdk/objc/unittests/
DRTCPeerConnectionFactory_xctest.m104 config.sdpSemantics = RTCSdpSemanticsUnifiedPlan;
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DPeerConnectionClient.java604 rtcConfig.sdpSemantics = PeerConnection.SdpSemantics.UNIFIED_PLAN; in createPeerConnectionInternal()
/external/webrtc/examples/objc/AppRTCMobile/
DARDAppClient.m556 config.sdpSemantics = RTCSdpSemanticsUnifiedPlan;