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.endpoints.composites.muxers.mp4.boxes
/
SampleToChunkBox
/
Entry
Entry
class
Entry
(
firstChunk
:
Int
,
val
samplesPerChunk
:
Int
,
sampleDescriptionId
:
Int
)
:
ByteBufferWriter
Members
Constructors
Entry
Link copied to clipboard
constructor
(
firstChunk
:
Int
,
samplesPerChunk
:
Int
,
sampleDescriptionId
:
Int
)
Properties
samples
Per
Chunk
Link copied to clipboard
val
samplesPerChunk
:
Int
size
Link copied to clipboard
open
override
val
size
:
Int
=
12
Functions
to
Byte
Buffer
Link copied to clipboard
open
fun
toByteBuffer
(
)
:
ByteBuffer
write
Link copied to clipboard
open
override
fun
write
(
output
:
ByteBuffer
)