Home
last modified time | relevance | path

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

/dports/net/liblinphone/linphone-3.12.0/java/common/org/linphone/core/
H A DLinphoneCallParams.java140 void clearCustomSdpMediaAttributes(StreamType type); in clearCustomSdpMediaAttributes() method
/dports/net/liblinphone/linphone-3.12.0/java/impl/org/linphone/core/
H A DLinphoneCallParamsImpl.java142 private native void clearCustomSdpMediaAttributes(long nativePtr, int type); in clearCustomSdpMediaAttributes() method in LinphoneCallParamsImpl
144 public void clearCustomSdpMediaAttributes(StreamType type) { in clearCustomSdpMediaAttributes() method in LinphoneCallParamsImpl