Home
last modified time | relevance | path

Searched refs:getVideoDirection (Results 1 – 2 of 2) sorted by relevance

/dports/net/liblinphone/linphone-3.12.0/java/impl/org/linphone/core/
H A DLinphoneCallParamsImpl.java231 private native int getVideoDirection(long nativePtr); in getVideoDirection() method in LinphoneCallParamsImpl
233 public MediaDirection getVideoDirection() { in getVideoDirection() method in LinphoneCallParamsImpl
234 return MediaDirection.fromInt(getVideoDirection(nativePtr)); in getVideoDirection()
/dports/net/liblinphone/linphone-3.12.0/java/common/org/linphone/core/
H A DLinphoneCallParams.java226 MediaDirection getVideoDirection(); in getVideoDirection() method