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
/
SampleEntry
Sample
Entry
sealed
class
SampleEntry
(
type
:
String
,
dataReferenceId
:
Short
,
val
version
:
Int
=
0
)
:
Box
Inheritors
VisualSampleEntry
AudioSampleEntry
Members
Constructors
Sample
Entry
Link copied to clipboard
protected
constructor
(
type
:
String
,
dataReferenceId
:
Short
,
version
:
Int
=
0
)
Properties
size
Link copied to clipboard
open
override
val
size
:
Int
version
Link copied to clipboard
val
version
:
Int
=
0
Functions
to
Byte
Buffer
Link copied to clipboard
open
fun
toByteBuffer
(
)
:
ByteBuffer
write
Link copied to clipboard
open
override
fun
write
(
output
:
ByteBuffer
)