VideoFrameRGBABuffer
class VideoFrameRGBABuffer(val width: Int, val height: Int, val data: ByteBuffer, val stride: Int, releaseCallback: Runnable) : VideoFrameBuffer
VideoFrameRGBABuffer provides an reference counted wrapper of an RGBA natively (i.e. in JNI) allocated direct byte buffer.