Bitmovin Player React Native SDK - v1.1.0
    Preparing search index...

    Interface CastPayload

    Contains information for the CastWaitingForDeviceEvent.

    interface CastPayload {
        currentTime: number;
        deviceName: null | string;
        type: string;
    }
    Index

    Properties

    currentTime: number

    The current time in seconds.

    deviceName: null | string

    The name of the chosen cast device.

    type: string

    The type of the payload (always "cast").