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

    Interface TrackInfo

    interface TrackInfo {
        artworkUrl?: string;
        author: string;
        identifier: string;
        isrc?: string;
        isSeekable: boolean;
        isStream: boolean;
        length: number;
        position: number;
        sourceName: string;
        title: string;
        uri?: string;
    }
    Index

    Properties

    artworkUrl?: string

    The track artwork url

    author: string

    The track author

    identifier: string

    The track identifier

    isrc?: string

    The track ISRC

    isSeekable: boolean

    Whether the track is seekable

    isStream: boolean

    Whether the track is a stream

    length: number

    The track length in milliseconds

    position: number

    The track position in milliseconds

    sourceName: string

    The track source name

    title: string

    The track title

    uri?: string

    The track uri