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
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
:
UInt53
?
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
:
Int53
visible
Rect
Link copied to clipboard
abstract
val
visibleRect
:
DOMRectReadOnly
?