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.utils.av.descriptors
/
BaseDescriptor
Base
Descriptor
abstract
class
BaseDescriptor
(
tag
:
Tags
,
sizeOfInstance
:
Int
)
:
ByteBufferWriter
Inheritors
DecoderConfigDescriptor
DecoderSpecificInfo
ESDescriptor
SLConfigDescriptor
Members
Constructors
Base
Descriptor
Link copied to clipboard
constructor
(
tag
:
Tags
,
sizeOfInstance
:
Int
)
Properties
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
)