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
/
FullBox
Full
Box
abstract
class
FullBox
(
type
:
String
,
val
version
:
Byte
,
flags
:
Int
,
isCompact
:
Boolean
=
true
)
:
Box
Inheritors
BaseChunkOffsetBox
DataEntryBox
DataReferenceBox
ESDSBox
HandlerBox
MediaHeaderBox
MovieFragmentHeaderBox
MovieFragmentRandomAccessOffsetBox
MovieHeaderBox
NullMediaHeaderBox
SampleDescriptionBox
SampleSizeBox
SampleToChunkBox
SyncSampleBox
TimeToSampleBox
TrackExtendsBox
TrackFragmentBaseMediaDecodeTimeBox
TrackFragmentHeaderBox
TrackFragmentRandomAccessBox
TrackHeaderBox
TrackRunBox
TypeMediaHeaderBox
VPCodecConfigurationBox
Members
Constructors
Full
Box
Link copied to clipboard
constructor
(
type
:
String
,
version
:
Byte
,
flags
:
Int
,
isCompact
:
Boolean
=
true
)
Properties
size
Link copied to clipboard
open
override
val
size
:
Int
version
Link copied to clipboard
protected
val
version
:
Byte
Functions
to
Byte
Buffer
Link copied to clipboard
open
fun
toByteBuffer
(
)
:
ByteBuffer
write
Link copied to clipboard
open
override
fun
write
(
output
:
ByteBuffer
)