Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.codecs
/
EncodedAudioChunk
Encoded
Audio
Chunk
open
class
EncodedAudioChunk
(
init
:
EncodedAudioChunkInit
)
(
source
)
MDN Reference
Members
Constructors
Encoded
Audio
Chunk
Link copied to clipboard
constructor
(
init
:
EncodedAudioChunkInit
)
Properties
byte
Length
Link copied to clipboard
val
byteLength
:
Int
MDN Reference
duration
Link copied to clipboard
val
duration
:
UInt53
?
MDN Reference
timestamp
Link copied to clipboard
val
timestamp
:
Int53
MDN Reference
type
Link copied to clipboard
val
type
:
EncodedAudioChunkType
MDN Reference
Functions
copy
To
Link copied to clipboard
fun
copyTo
(
destination
:
AllowSharedBufferSource
)
MDN Reference