interface AspectRatioChangedEvent {
    from: number;
    timestamp: number;
    to: number;
    type: PlayerEvent;
}

Hierarchy (view full)

Properties

Properties

from: number

The previously set aspect ratio of the player.

timestamp: number

The time at which this event was fired

to: number

The newly set aspect ratio of the player.

Event type, e.g. 'play'