Skip to main content

ruvyrias / Exports / TrackInfo

Interface: TrackInfo

Represents detailed information about a track.

Table of contents

Properties

Properties

album

album: null | string

The album to which the track belongs, if applicable.

Defined in

src/Guild/Track.ts:40


artworkUrl

artworkUrl: null | string

The URL of the artwork associated with the track.

Defined in

src/Guild/Track.ts:38


author

author: string

The author or artist of the track.

Defined in

src/Guild/Track.ts:24


identifier

identifier: string

The unique identifier of the track.

Defined in

src/Guild/Track.ts:20


isSeekable

isSeekable: boolean

Indicates whether the track is seekable.

Defined in

src/Guild/Track.ts:22


isStream

isStream: boolean

Indicates whether the track is a stream.

Defined in

src/Guild/Track.ts:28


isrc

isrc: null | string

The International Standard Recording Code (ISRC) of the track, if available.

Defined in

src/Guild/Track.ts:42


length

length: number

The duration of the track in milliseconds.

Defined in

src/Guild/Track.ts:26


position

Optional position: number

The position of the track, if available.

Defined in

src/Guild/Track.ts:30


requester

Optional requester: any

The requester or user associated with the track, if available.

Defined in

src/Guild/Track.ts:44


sourceName

sourceName: string

The name of the source providing the track.

Defined in

src/Guild/Track.ts:36


title

title: string

The title of the track.

Defined in

src/Guild/Track.ts:32


uri

uri: string

The URI or source link of the track.

Defined in

src/Guild/Track.ts:34