Type alias Options

Options: {
    deviceId: DeviceID;
    span?: Span;
    trackId: number;
    trackSlot: MediaSlot;
    trackType: TrackType;
}

Type declaration

  • deviceId: DeviceID

    The device to query the track metadata from

  • Optional span?: Span

    The Sentry transaction span

  • trackId: number

    The track id to retrive metadata for

  • trackSlot: MediaSlot

    The media slot the track is present in

  • trackType: TrackType

    The type of track we are querying for

Generated using TypeDoc