Type alias StatusEvents

StatusEvents: {
    mediaSlot: ((info: MediaSlotInfo) => void);
    status: ((status: State) => void);
}

Type declaration

  • mediaSlot: ((info: MediaSlotInfo) => void)
  • status: ((status: State) => void)
      • (status: State): void
      • Fired each time the CDJ reports its status

        Parameters

        Returns void

Generated using TypeDoc