UnresolvedTrackInfo
Defined in: src/structures/Types/Track.ts:138
Extends
Section titled “Extends”Partial<TrackInfo>
Extended by
Section titled “Extended by”Properties
Section titled “Properties”| Property (defined in) | Type | Description |
|---|---|---|
artworkUrl? (src/structures/Types/Track.ts:60) | string | The URL of the artwork if available |
author? (src/structures/Types/Track.ts:56) | string | The Name of the Author |
duration? (src/structures/Types/Track.ts:58) | number | The duration of the Track |
identifier? (src/structures/Types/Track.ts:52) | string | The Identifier of the Track |
isrc? (src/structures/Types/Track.ts:70) | string | If isrc code is available, it’s provided |
isSeekable? (src/structures/Types/Track.ts:66) | boolean | Whether the audio is seekable |
isStream? (src/structures/Types/Track.ts:68) | boolean | Whether the audio is of a live stream |
sourceName? (src/structures/Types/Track.ts:64) | SourceNames | The Source name of the Track, e.g. soundcloud, youtube, spotify |
title ({ TrackInfo.title} src/structures/Types/Track.ts:140) | string | Required |
uri? (src/structures/Types/Track.ts:62) | string | The URL (aka Link) of the Track called URI |