Home
last modified time | relevance | path

Searched defs:enableLowBandwidth (Results 1 – 2 of 2) sorted by relevance

/dports/net/liblinphone/linphone-3.12.0/java/common/org/linphone/core/
H A DLinphoneCallParams.java69 void enableLowBandwidth(boolean enable); in enableLowBandwidth() method
/dports/net/liblinphone/linphone-3.12.0/java/impl/org/linphone/core/
H A DLinphoneCallParamsImpl.java40 private native void enableLowBandwidth(long nativePtr, boolean enable); in enableLowBandwidth() method in LinphoneCallParamsImpl
86 public void enableLowBandwidth(boolean enable) { in enableLowBandwidth() method in LinphoneCallParamsImpl