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.opus
/
IdentificationHeader
/
ChannelMapping
Channel
Mapping
class
ChannelMapping
(
streamCount
:
Byte
,
coupledCount
:
Byte
,
channelMapping
:
ByteArray
)
:
ByteBufferWriter
Members
Constructors
Channel
Mapping
Link copied to clipboard
constructor
(
streamCount
:
Byte
,
coupledCount
:
Byte
,
channelMapping
:
ByteArray
)
Types
Companion
Link copied to clipboard
object
Companion
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
)