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
/
IRawFrameFactory
IRaw
Frame
Factory
interface
IRawFrameFactory
:
IReadOnlyRawFrameFactory
A pool of frames.
Inheritors
RawFrameFactory
Members
Functions
clear
Link copied to clipboard
abstract
fun
clear
(
)
Clears the factory.
close
Link copied to clipboard
abstract
fun
close
(
)
Closes the factory.
create
Link copied to clipboard
abstract
fun
create
(
bufferSize
:
Int
,
timestampInUs
:
Long
)
:
RawFrame
Creates a
RawFrame
.