Bitmovin Player API 8.268.0
    Preparing search index...

    Interface CastWaitingForDeviceEvent

    interface CastWaitingForDeviceEvent {
        castPayload: {
            currentTime: number;
            deviceName: string;
            timestamp: number;
            type: string;
        };
        timestamp: number;
        type: PlayerEvent;
    }

    Hierarchy (View Summary)

    Index
    castPayload: {
        currentTime: number;
        deviceName: string;
        timestamp: number;
        type: string;
    }
    timestamp: number

    The time at which this event was fired

    Event type, e.g. 'play'