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