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.audio.aac.config
/
SpecificConfig
Specific
Config
abstract
class
SpecificConfig
:
BitBufferWriter
Inheritors
ELDSpecificConfig
GASpecificConfig
Members
Constructors
Specific
Config
Link copied to clipboard
constructor
(
)
Properties
bit
Size
Link copied to clipboard
abstract
val
bitSize
:
Int
size
Link copied to clipboard
open
override
val
size
:
Int
Functions
to
Bit
Buffer
Link copied to clipboard
fun
toBitBuffer
(
)
:
BitBuffer
to
Byte
Buffer
Link copied to clipboard
open
fun
toByteBuffer
(
)
:
ByteBuffer
write
Link copied to clipboard
abstract
fun
write
(
output
:
BitBuffer
)
open
override
fun
write
(
output
:
ByteBuffer
)