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
/
ADTS
ADTS
data
class
ADTS
(
val
protectionAbsent
:
Boolean
,
val
sampleRate
:
Int
,
val
channelCount
:
Int
,
val
payloadLength
:
Int
)
:
ByteBufferWriter
Members
Constructors
ADTS
Link copied to clipboard
constructor
(
protectionAbsent
:
Boolean
,
sampleRate
:
Int
,
channelCount
:
Int
,
payloadLength
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
channel
Count
Link copied to clipboard
val
channelCount
:
Int
payload
Length
Link copied to clipboard
val
payloadLength
:
Int
protection
Absent
Link copied to clipboard
val
protectionAbsent
:
Boolean
sample
Rate
Link copied to clipboard
val
sampleRate
:
Int
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
)