Skip to main content
Version: v2.8.2

Typedefs : Track : trackOptions

trackOptions object

Parameter Type Description
trackstringThe base64 encoded track.
artworkUrlstringThe artwork url of the track.
sourceNameTrackSourceTypesThe track source name.
titlestringThe title of the track.
identifierstringThe identifier of the track.
authorstringThe author of the track.
durationnumberThe duration of the track.
isrcstringThe ISRC of the track.
isSeekablebooleanIf the track is seekable.
isStreambooleanIf the track is a stream.
uristringThe uri of the track.
thumbnailstring | nullThe thumbnail of the track or null if it's a unsupported source.
requesterUser | ClientUserThe user that requested the track.
displayThumbnail()function as displayThumbnail()Displays the track thumbnail with optional size or null if it's a unsupported source.
pluginInfoTrackPluginInfoAdditional track info provided by plugins.
customDataRecord<string, string>Add your own data to the track.

displayThumbnail()

console.log(track.displayThumbnail());