toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.codecs
/
EncodedVideoChunk
Encoded
Video
Chunk
external
class
EncodedVideoChunk
(
init
:
EncodedVideoChunkInit
)
(
source
)
MDN Reference
Members
Constructors
Encoded
Video
Chunk
Link copied to clipboard
constructor
(
init
:
EncodedVideoChunkInit
)
Properties
byte
Length
Link copied to clipboard
val
byteLength
:
Int
MDN Reference
duration
Link copied to clipboard
val
duration
:
JsLong
?
MDN Reference
timestamp
Link copied to clipboard
val
timestamp
:
JsLong
MDN Reference
type
Link copied to clipboard
val
type
:
EncodedVideoChunkType
MDN Reference
Functions
copy
To
Link copied to clipboard
fun
copyTo
(
destination
:
AllowSharedBufferSource
)
MDN Reference