API
Babylon.js API documentation
|
VideoFrame
Search
Preparing search index...
The search index is not available
Babylon.js API documentation
Options
All
Public
Public/Protected
All
Inherited
Menu
Babylon.js API documentation
VideoFrame
Interface VideoFrame
MDN Reference
Hierarchy
VideoFrame
Index
Properties
coded
Height
coded
Rect
coded
Width
color
Space
display
Height
display
Width
duration
format
timestamp
visible
Rect
Methods
allocation
Size
clone
close
copy
To
Properties
Readonly
coded
Height
Search playground for codedHeight
coded
Height
:
number
MDN Reference
Readonly
coded
Rect
Search playground for codedRect
coded
Rect
:
null
|
DOMRectReadOnly
MDN Reference
Readonly
coded
Width
Search playground for codedWidth
coded
Width
:
number
MDN Reference
Readonly
color
Space
Search playground for colorSpace
color
Space
:
VideoColorSpace
MDN Reference
Readonly
display
Height
Search playground for displayHeight
display
Height
:
number
MDN Reference
Readonly
display
Width
Search playground for displayWidth
display
Width
:
number
MDN Reference
Readonly
duration
Search playground for duration
duration
:
null
|
number
MDN Reference
Readonly
format
Search playground for format
format
:
any
MDN Reference
Readonly
timestamp
Search playground for timestamp
timestamp
:
number
MDN Reference
Readonly
visible
Rect
Search playground for visibleRect
visible
Rect
:
null
|
DOMRectReadOnly
MDN Reference
Methods
allocation
Size
Search playground for allocationSize
allocation
Size
(
options
?:
any
)
:
number
MDN Reference
Parameters
Optional
options:
any
Returns
number
clone
Search playground for clone
clone
(
)
:
VideoFrame
MDN Reference
Returns
VideoFrame
close
Search playground for close
close
(
)
:
void
MDN Reference
Returns
void
copy
To
Search playground for copyTo
copy
To
(
destination
:
BufferSource
, options
?:
any
)
:
Promise
<
PlaneLayout
[]
>
Parameters
destination:
BufferSource
Optional
options:
any
Returns
Promise
<
PlaneLayout
[]
>
Exports
BABYLON
Video
Frame
coded
Height
coded
Rect
coded
Width
color
Space
display
Height
display
Width
duration
format
timestamp
visible
Rect
allocation
Size
clone
close
copy
To
MDN Reference