Home
last modified time | relevance | path

Searched refs:allowCodecSwitching (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/sdk/objc/api/peerconnection/
DRTCConfiguration.h198 @property(nonatomic, assign) BOOL allowCodecSwitching;
DRTCConfiguration.mm54 @synthesize allowCodecSwitching = _allowCodecSwitching;
/external/webrtc/sdk/android/api/org/webrtc/
DPeerConnection.java537 @Nullable public Boolean allowCodecSwitching; field in PeerConnection.RTCConfiguration
595 allowCodecSwitching = null; in RTCConfiguration()
802 return allowCodecSwitching; in getAllowCodecSwitching()