UnresolvedTrackInfo
Defined in: src/structures/Types/Track.ts:125
Extends
Section titled “Extends”Partial
<TrackInfo
>
Extended by
Section titled “Extended by”Properties
Section titled “Properties”Property | Type | Description | Overrides | Inherited from | Defined in |
---|---|---|---|---|---|
artworkUrl? | string | The URL of the artwork if available | - | TrackInfo .artworkUrl | src/structures/Types/Track.ts:47 |
author? | string | The Name of the Author | - | TrackInfo .author | src/structures/Types/Track.ts:43 |
duration? | number | The duration of the Track | - | TrackInfo .duration | src/structures/Types/Track.ts:45 |
identifier? | string | The Identifier of the Track | - | TrackInfo .identifier | src/structures/Types/Track.ts:39 |
isrc? | string | If isrc code is available, it’s provided | - | TrackInfo .isrc | src/structures/Types/Track.ts:57 |
isSeekable? | boolean | Wether the audio is seekable | - | TrackInfo .isSeekable | src/structures/Types/Track.ts:53 |
isStream? | boolean | Wether the audio is of a live stream | - | TrackInfo .isStream | src/structures/Types/Track.ts:55 |
sourceName? | SourceNames | The Source name of the Track, e.g. soundcloud, youtube, spotify | - | TrackInfo .sourceName | src/structures/Types/Track.ts:51 |
title | string | Required | TrackInfo .title | - | src/structures/Types/Track.ts:127 |
uri? | string | The URL (aka Link) of the Track called URI | - | TrackInfo .uri | src/structures/Types/Track.ts:49 |