toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.codecs
/
VideoFrameBufferInit
Video
Frame
Buffer
Init
external
interface
VideoFrameBufferInit
(
source
)
Members
Properties
coded
Height
Link copied to clipboard
abstract
val
codedHeight
:
Int
coded
Width
Link copied to clipboard
abstract
val
codedWidth
:
Int
color
Space
Link copied to clipboard
abstract
val
colorSpace
:
VideoColorSpaceInit
?
display
Height
Link copied to clipboard
abstract
val
displayHeight
:
Int
?
display
Width
Link copied to clipboard
abstract
val
displayWidth
:
Int
?
duration
Link copied to clipboard
abstract
val
duration
:
JsLong
?
format
Link copied to clipboard
abstract
val
format
:
VideoPixelFormat
layout
Link copied to clipboard
abstract
val
layout
:
ReadonlyArray
<
PlaneLayout
>
?
timestamp
Link copied to clipboard
abstract
val
timestamp
:
JsLong
visible
Rect
Link copied to clipboard
abstract
val
visibleRect
:
DOMRectInit
?