Skip to main content
Version: v7 Beta

Interface: onLoadData

Defined in: types/Events.ts:148

Properties

currentTime

currentTime: number;

Defined in: types/Events.ts:152

The current time of the video in seconds.


duration

duration: number;

Defined in: types/Events.ts:157

The duration of the video in seconds.

Note

NaN if the duration is unknown.


height

height: number;

Defined in: types/Events.ts:161

The height of the video in pixels.


orientation

orientation: VideoOrientation;

Defined in: types/Events.ts:169

The orientation of the video.


width

width: number;

Defined in: types/Events.ts:165

The width of the video in pixels.