stream-webrtc-android
Toggle table of contents
1.3.6
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
stream-webrtc-android
stream-webrtc-android
/
org.webrtc
/
JniCommon
Jni
Common
open
class
JniCommon
Class with static JNI helper functions that are used in many places.
Members
Constructors
Jni
Common
Link copied to clipboard
constructor
(
)
Functions
native
Add
Ref
Link copied to clipboard
open
fun
nativeAddRef
(
refCountedPointer
:
Long
)
Functions to increment/decrement an rtc::RefCountInterface pointer.
native
Allocate
Byte
Buffer
Link copied to clipboard
open
fun
nativeAllocateByteBuffer
(
size
:
Int
)
:
ByteBuffer
native
Free
Byte
Buffer
Link copied to clipboard
open
fun
nativeFreeByteBuffer
(
buffer
:
ByteBuffer
)
native
Release
Ref
Link copied to clipboard
open
fun
nativeReleaseRef
(
refCountedPointer
:
Long
)