Home
last modified time | relevance | path

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

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