Home
last modified time | relevance | path

Searched refs:bundlePolicy (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/talk/app/webrtc/objc/public/
DRTCPeerConnectionInterface.h62 @property(nonatomic, assign) RTCBundlePolicy bundlePolicy;
70 bundlePolicy:(RTCBundlePolicy)bundlePolicy
/external/webrtc/talk/app/webrtc/objc/
DRTCPeerConnectionInterface.mm37 @synthesize bundlePolicy = _bundlePolicy;
61 bundlePolicy:(RTCBundlePolicy)bundlePolicy
69 _bundlePolicy = bundlePolicy;
DRTCEnumConverter.h69 (RTCBundlePolicy)bundlePolicy;
DRTCEnumConverter.mm180 (RTCBundlePolicy)bundlePolicy {
181 switch (bundlePolicy) {
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DPeerConnection.java147 public BundlePolicy bundlePolicy; field in PeerConnection.RTCConfiguration
159 bundlePolicy = BundlePolicy.BALANCED; in RTCConfiguration()
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DPeerConnectionClient.java456 rtcConfig.bundlePolicy = PeerConnection.BundlePolicy.MAXBUNDLE; in createPeerConnectionInternal()