toggle menu
stream-webrtc-android
1.2.2
androidJvm
switch theme
search in API
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
)