public class JniCommon
extends java.lang.Object
Constructor and Description |
---|
JniCommon() |
Modifier and Type | Method and Description |
---|---|
static void |
nativeAddRef(long refCountedPointer)
Functions to increment/decrement an rtc::RefCountInterface pointer.
|
static java.nio.ByteBuffer |
nativeAllocateByteBuffer(int size) |
static void |
nativeFreeByteBuffer(java.nio.ByteBuffer buffer) |
static void |
nativeReleaseRef(long refCountedPointer) |
public static void nativeAddRef(long refCountedPointer)
public static void nativeReleaseRef(long refCountedPointer)
public static java.nio.ByteBuffer nativeAllocateByteBuffer(int size)
public static void nativeFreeByteBuffer(java.nio.ByteBuffer buffer)
6.0.0