Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-browser
/
web.codecs
/
VideoFrameBufferInit
Video
Frame
Buffer
Init
web
interface
VideoFrameBufferInit
(
source
)
MDN Reference
Members
Properties
coded
Height
Link copied to clipboard
web
abstract
var
codedHeight
:
Int
MDN Reference
coded
Width
Link copied to clipboard
web
abstract
var
codedWidth
:
Int
MDN Reference
color
Space
Link copied to clipboard
web
abstract
var
colorSpace
:
VideoColorSpaceInit
?
MDN Reference
display
Height
Link copied to clipboard
web
abstract
var
displayHeight
:
Int
?
MDN Reference
display
Width
Link copied to clipboard
web
abstract
var
displayWidth
:
Int
?
MDN Reference
duration
Link copied to clipboard
web
abstract
var
duration
:
UInt53
?
MDN Reference
format
Link copied to clipboard
web
abstract
var
format
:
VideoPixelFormat
MDN Reference
layout
Link copied to clipboard
web
abstract
var
layout
:
ReadonlyArray
<
PlaneLayout
>
?
MDN Reference
timestamp
Link copied to clipboard
web
abstract
var
timestamp
:
Int53
MDN Reference
visible
Rect
Link copied to clipboard
web
abstract
var
visibleRect
:
DOMRectReadOnly
?
MDN Reference