Skip to main content
Version: v2.7.5

Track typedefs

track

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()

js console.log(track.displayThumbnail());

unresolvedTrack

Unresolved tracks can't be played normally, they will resolve before playing into a Track.

Parameter Type Description
titlestringThe title to search against.
authorstringThe author to search against.
durationnumberThe duration to search within 1500 milliseconds of the results from YouTube.
resolve()function returns Promise<void>Resolves into a Track.

trackData

Parameter Type Description
encodedstringThe track information.
infotrackDataInfo{}The detailed information of the track.
pluginInfoRecord<string, string>Additional track info provided by plugins.

trackDataInfo

Parameter Type
identifierstring
isSeekableboolean
authorstring
lengthnumber
isrcstring
isStreamboolean
titlestring
uristring
artworkUrlstring
sourceNameTrackSourceName