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