The constructor for the track.
The track to construct the track from.
Optionalrequester: unknownThe requester of the track.
Optional ReadonlyencodedThe base64 encoded track.
ReadonlyinfoThe track info.
OptionalartworkUrl?: string | nullThe URL of the artwork if available.
Optionalauthor?: stringThe track author..
Optionalidentifier?: stringThe Identifier of the Track.
Optionalisrc?: string | nullIf ISRC code is available, it's provided.
OptionalisSeekable?: booleanWhether the track is seekable.
OptionalisStream?: booleanWhether the track is a stream.
Optionallength?: numberThe duration of the Track.
Optionalposition?: numberThe position of the track.
OptionalsourceName?: SourceNameThe source name of the track.
The track title
Optionaluri?: stringThe URL of the track.
Optional ReadonlypluginThe plugin info of the track.
The requester of the track.
OptionaluserThe track user data.
Class representing an unresolved track. UnresolvedTrack
Implements