Lines Matching defs:nativePtr

26 	protected final long nativePtr;  field in LinphoneCallParamsImpl
28 public LinphoneCallParamsImpl(long nativePtr) { in LinphoneCallParamsImpl()
32 private native void enableVideo(long nativePtr, boolean b); in enableVideo()
33 private native boolean getVideoEnabled(long nativePtr); in getVideoEnabled()
34 private native void audioBandwidth(long nativePtr, int bw); in audioBandwidth()
35 private native void setMediaEncryption(long nativePtr, int menc); in setMediaEncryption()
36 private native int getMediaEncryption(long nativePtr); in getMediaEncryption()
37 private native long getUsedAudioCodec(long nativePtr); in getUsedAudioCodec()
38 private native long getUsedVideoCodec(long nativePtr); in getUsedVideoCodec()
39 private native void destroy(long nativePtr); in destroy()
40 private native void enableLowBandwidth(long nativePtr, boolean enable); in enableLowBandwidth()
41 private native boolean isLowBandwidthEnabled(long nativePtr); in isLowBandwidthEnabled()
81 private native boolean localConferenceMode(long nativePtr); in localConferenceMode()
94 private native void setRecordFile(long nativePtr, String path); in setRecordFile()
100 private native void addCustomHeader(long nativePtr, String name, String value); in addCustomHeader()
106 private native String getCustomHeader(long nativePtr, String name); in getCustomHeader()
112 private native void addCustomSdpAttribute(long nativePtr, String name, String value); in addCustomSdpAttribute()
118 …private native void addCustomSdpMediaAttribute(long nativePtr, int type, String name, String value… in addCustomSdpMediaAttribute()
124 private native String getCustomSdpAttribute(long nativePtr, String name); in getCustomSdpAttribute()
130 private native String getCustomSdpMediaAttribute(long nativePtr, int type, String name); in getCustomSdpMediaAttribute()
136 private native void clearCustomSdpAttributes(long nativePtr); in clearCustomSdpAttributes()
142 private native void clearCustomSdpMediaAttributes(long nativePtr, int type); in clearCustomSdpMediaAttributes()
148 private native void setPrivacy(long nativePtr, int mask); in setPrivacy()
154 private native int getPrivacy(long nativePtr); in getPrivacy()
160 private native void setSessionName(long nativePtr, String name); in setSessionName()
166 private native String getSessionName(long nativePtr); in getSessionName()
172 private native int[] getSentVideoSize(long nativePtr); in getSentVideoSize()
182 private native int[] getReceivedVideoSize(long nativePtr); in getReceivedVideoSize()
213 private native void enableRealTimeText(long nativePtr, boolean yesno); in enableRealTimeText()
219 private native boolean realTimeTextEnabled(long nativePtr); in realTimeTextEnabled()
225 private native int getAudioDirection(long nativePtr); in getAudioDirection()
231 private native int getVideoDirection(long nativePtr); in getVideoDirection()
237 private native void setAudioDirection(long nativePtr, int direction); in setAudioDirection()
243 private native void setVideoDirection(long nativePtr, int direction); in setVideoDirection()
249 private native float getSentFramerate(long nativePtr); in getSentFramerate()
255 private native float getReceivedFramerate(long nativePtr); in getReceivedFramerate()