Interface CastWaitingForDeviceEvent

Hierarchy

Properties

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

Type declaration

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

The time at which this event was fired

Event type, e.g. 'play'

Generated using TypeDoc