Interface MKCastWaitingForDeviceEvent

MKPlayer event base.

Hierarchy

Properties

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

Type declaration

  • currentTime: number
  • deviceName: string
  • timestamp: number
  • type: string
timestamp: number

The timestamp (in milliseconds) when this event was fired.

Event type.