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

    Interface CastWaitingForDeviceEvent

    Emitted when a cast-compatible device has been chosen and the player is waiting for the device to get ready for playback.

    interface CastWaitingForDeviceEvent {
        castPayload: CastPayload;
        name: string;
        timestamp: number;
    }

    Hierarchy (View Summary)

    • Event
      • CastWaitingForDeviceEvent
    Index

    Properties

    castPayload: CastPayload

    The CastPayload object for the event

    name: string

    This event name as it is on the native side.

    timestamp: number

    The UNIX timestamp in which this event happened.