Type alias Options

Options: {
    deviceId: DeviceID;
    mediaSlot: MediaSlot;
    playlist?: Playlist;
    span?: Span;
}

Type declaration

  • deviceId: DeviceID

    The device to query the track metadata from

  • mediaSlot: MediaSlot

    The media slot the track is present in

  • Optional playlist?: Playlist

    The playlist or folder to query the entries of. This may be left as undefined to retrieve the root playlist.

  • Optional span?: Span

    The Sentry transaction span

Generated using TypeDoc