Class: Track
Represents a track with its associated data.
Table of contents
Constructors
Properties
Constructors
constructor
• new Track(data
, requester?
): Track
Parameters
Name | Type |
---|---|
data | TrackData |
requester? | any |
Returns
Defined in
Properties
info
• info: TrackInfo
Info about the track
Defined in
pluginInfo
• pluginInfo: null
| PluginInfo
Additional track info provided by plugins
Defined in
track
• track: null
| string
The base64 encoded track data
Defined in
userData
• userData: object
Additional track data provided via the Update Player endpoint