Vinyl
    Preparing search index...

    Interface CloudDriveTrackInfo

    interface CloudDriveTrackInfo {
        bitrate?: number;
        cloudDriveObjectId?: string;
        contentFormat?: string;
        customerId?: string;
        fullAlbumPurchase?: boolean;
        instantImport?: boolean;
        orderId?: string;
        orderTimeInMillis?: number;
        purchased?: boolean;
        trackDmid?: string;
        uploaded?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bitrate?: number
    cloudDriveObjectId?: string
    contentFormat?: string
    customerId?: string
    fullAlbumPurchase?: boolean
    instantImport?: boolean
    orderId?: string
    orderTimeInMillis?: number
    purchased?: boolean
    trackDmid?: string
    uploaded?: boolean