JniCommon

open class JniCommon

Class with static JNI helper functions that are used in many places.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun nativeAddRef(refCountedPointer: Long)
Functions to increment/decrement an rtc::RefCountInterface pointer.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun nativeReleaseRef(refCountedPointer: Long)