Discolink
    Preparing search index...

    Interface TrackInfo

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

    Properties

    identifier: string

    The track identifier

    isSeekable: boolean

    Whether the track is seekable

    author: string

    The track author

    length: number

    The track length in milliseconds

    isStream: boolean

    Whether the track is a stream

    position: number

    The track position in milliseconds

    title: string

    The track title

    uri: string | null

    The track uri

    artworkUrl: string | null

    The track artwork url

    isrc: string | null

    The track ISRC

    sourceName: string

    The track source name