Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.codecs
/
EncodedVideoChunk
Encoded
Video
Chunk
open
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
:
UInt53
?
MDN Reference
timestamp
Link copied to clipboard
val
timestamp
:
Int53
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