Bitmovin Player API 8.268.0
    Preparing search index...

    Interface PlayerResizedEvent

    interface PlayerResizedEvent {
        height: string;
        timestamp: number;
        type: PlayerEvent;
        width: string;
    }

    Hierarchy (View Summary)

    Index
    height: string

    new height (ex : "1080px")

    timestamp: number

    The time at which this event was fired

    Event type, e.g. 'play'

    width: string

    new width (ex : "1920px")