ruvyrias / Exports / TrackInfo
Interface: TrackInfo
Represents detailed information about a track.
Table of contents
Properties
- album
- artworkUrl
- author
- identifier
- isSeekable
- isStream
- isrc
- length
- position
- requester
- sourceName
- title
- uri
Properties
album
• album: null
| string
The album to which the track belongs, if applicable.
Defined in
artworkUrl
• artworkUrl: null
| string
The URL of the artwork associated with the track.
Defined in
author
• author: string
The author or artist of the track.
Defined in
identifier
• identifier: string
The unique identifier of the track.
Defined in
isSeekable
• isSeekable: boolean
Indicates whether the track is seekable.
Defined in
isStream
• isStream: boolean
Indicates whether the track is a stream.
Defined in
isrc
• isrc: null
| string
The International Standard Recording Code (ISRC) of the track, if available.
Defined in
length
• length: number
The duration of the track in milliseconds.
Defined in
position
• Optional
position: number
The position of the track, if available.
Defined in
requester
• Optional
requester: any
The requester or user associated with the track, if available.
Defined in
sourceName
• sourceName: string
The name of the source providing the track.
Defined in
title
• title: string
The title of the track.
Defined in
uri
• uri: string
The URI or source link of the track.