interface Track {
    encoded: null | string;
    info: TrackInfo;
    pluginInfo: any;
    userData: any;
}

Properties

encoded: null | string

The base64 encoded track data

info: TrackInfo

Info about the track

pluginInfo: any

Additional track info provided by plugins

userData: any

Additional track data provided via the Update Player endpoint