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
/
OpusCsdParser
/
Companion
Companion
object
Companion
Members
Functions
is
Csd
Syntax
Link copied to clipboard
fun
isCsdSyntax
(
buffer
:
ByteBuffer
)
:
Boolean
parse
Link copied to clipboard
fun
parse
(
buffer
:
ByteBuffer
)
:
Triple
<
IdentificationHeader
,
ByteBuffer
?
,
ByteBuffer
?
>