RawFrameFactory

A factory to create RawFrame.

Constructors

Link copied to clipboard
constructor(bufferPool: ByteBufferPool)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun clear()

Clears the factory.

Link copied to clipboard
open override fun close()

Closes the factory.

Link copied to clipboard
open override fun create(bufferSize: Int, timestampInUs: Long): RawFrame

Creates a RawFrame.