Bitmovin Player API 8.268.0
    Preparing search index...

    Interface WarningEvent

    interface WarningEvent {
        code: WarningCode;
        data: { [key: string]: any };
        message: string;
        name: string;
        timestamp: number;
        type: PlayerEvent;
    }

    Hierarchy (View Summary)

    Index

    The warning code used to identify the occurred warning

    data: { [key: string]: any }

    Additional data

    message: string

    The warning message to explain the reason for the warning

    name: string

    The warning name to explain the reason for the warning

    timestamp: number

    The time at which this event was fired

    Event type, e.g. 'play'