Search
Preparing search index...
The search index is not available
Video SDK v1.3.1_3.1 API Reference for Cocos Creator
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
agora
VideoDimensions
Class VideoDimensions
Video dimensions.
Hierarchy
VideoDimensions
Index
Constructors
constructor
Properties
height
width
Constructors
constructor
new
Video
Dimensions
(
width
?:
number
, height
?:
number
)
:
VideoDimensions
Parameters
Default value
width:
number
= 640
Default value
height:
number
= 480
Returns
VideoDimensions
Properties
height
height
:
number
Height (pixels) of the video.
width
width
:
number
Width (pixels) of the video.
Globals
agora
Video
Dimensions
constructor
height
width
Generated using
TypeDoc
Video dimensions.