Interface: onLoadData
Defined in: types/Events.ts:152
Properties
currentTime
currentTime: number;
Defined in: types/Events.ts:156
The current time of the video in seconds.
duration
duration: number;
Defined in: types/Events.ts:161
The duration of the video in seconds.
Note
NaN if the duration is unknown.
height
height: number;
Defined in: types/Events.ts:165
The height of the video in pixels.
orientation
orientation: VideoOrientation;
Defined in: types/Events.ts:173
The orientation of the video.
width
width: number;
Defined in: types/Events.ts:169
The width of the video in pixels.