TrackData
ruvyrias / TrackData
Interface: TrackData
Defined in: src/Track.ts:4
Represents the data associated with a track.
Properties
encoded?
optional
encoded:string
Defined in: src/Track.ts:6
The encoded data of the track, if available.
info
info:
TrackInfo
Defined in: src/Track.ts:8
The detailed information about the track.
pluginInfo
pluginInfo:
null
|PluginInfo
Defined in: src/Track.ts:10
Additional plugin-specific information related to the track, if available.
userData
userData:
object
Defined in: src/Track.ts:12
Additional track data provided via the Update Player endpoint.