Type alias Options

Options: {
    deviceId: DeviceID;
    span?: Span;
    track: Track;
    trackSlot: MediaSlot;
    trackType: TrackType;
}

Type declaration

  • deviceId: DeviceID

    The device to query the track artwork off of

  • Optional span?: Span

    The Sentry transaction span

  • track: Track

    The track to lookup artwork for

  • trackSlot: MediaSlot

    The media slot the track is present in

  • trackType: TrackType

    The type of track we are querying artwork for

Generated using TypeDoc