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.data
/
Frame
/
Frame
Frame
constructor
(
rawBuffer
:
ByteBuffer
,
ptsInUs
:
Long
,
dtsInUs
:
Long
?
=
null
,
isKeyFrame
:
Boolean
=
false
,
format
:
MediaFormat
,
onClosed
:
(
ICloseableFrame
)
->
Unit
=
{}
)