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
/
TrackRunBox
/
Entry
Entry
class
Entry
(
val
sampleDuration
:
Int
?
=
null
,
val
sampleSize
:
Int
?
=
null
,
val
sampleFlags
:
Int
?
=
null
,
val
sampleCompositionTimeOffset
:
Int
?
=
null
)
:
ByteBufferWriter
Members
Constructors
Entry
Link copied to clipboard
constructor
(
sampleDuration
:
Int
?
=
null
,
sampleSize
:
Int
?
=
null
,
sampleFlags
:
Int
?
=
null
,
sampleCompositionTimeOffset
:
Int
?
=
null
)
Properties
sample
Composition
Time
Offset
Link copied to clipboard
val
sampleCompositionTimeOffset
:
Int
?
=
null
sample
Duration
Link copied to clipboard
val
sampleDuration
:
Int
?
=
null
sample
Flags
Link copied to clipboard
val
sampleFlags
:
Int
?
=
null
sample
Size
Link copied to clipboard
val
sampleSize
:
Int
?
=
null
size
Link copied to clipboard
open
override
val
size
:
Int
Functions
to
Byte
Buffer
Link copied to clipboard
open
fun
toByteBuffer
(
)
:
ByteBuffer
write
Link copied to clipboard
open
override
fun
write
(
output
:
ByteBuffer
)