@discordx/lava-player
    Preparing search index...

    Interface Track

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

    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