StreamPack
Toggle table of contents
3.0.0-RC
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
StreamPack
streampack-core
/
io.github.thibaultbee.streampack.core.elements.utils.pool
/
RawFrameFactory
Raw
Frame
Factory
class
RawFrameFactory
(
bufferPool
:
ByteBufferPool
)
:
IRawFrameFactory
A factory to create
RawFrame
.
Members
Constructors
Raw
Frame
Factory
Link copied to clipboard
constructor
(
bufferPool
:
ByteBufferPool
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
clear
Link copied to clipboard
open
override
fun
clear
(
)
Clears the factory.
close
Link copied to clipboard
open
override
fun
close
(
)
Closes the factory.
create
Link copied to clipboard
open
override
fun
create
(
bufferSize
:
Int
,
timestampInUs
:
Long
)
:
RawFrame
Creates a
RawFrame
.