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
/
MediaInformationBox
Media
Information
Box
class
MediaInformationBox
(
mhd
:
TypeMediaHeaderBox
,
dinf
:
DataInformationBox
,
val
stbl
:
SampleTableBox
)
:
Box
Members
Constructors
Media
Information
Box
Link copied to clipboard
constructor
(
mhd
:
TypeMediaHeaderBox
,
dinf
:
DataInformationBox
,
stbl
:
SampleTableBox
)
Properties
size
Link copied to clipboard
open
override
val
size
:
Int
stbl
Link copied to clipboard
val
stbl
:
SampleTableBox
Functions
to
Byte
Buffer
Link copied to clipboard
open
fun
toByteBuffer
(
)
:
ByteBuffer
write
Link copied to clipboard
open
override
fun
write
(
output
:
ByteBuffer
)