Vinyl
    Preparing search index...

    Interface StreamingTrackInfo

    interface StreamingTrackInfo {
        bitrate?: number;
        cloudDriveObjectId?: string;
        contentFormat?: string;
        customerId?: string;
        instantImport?: boolean;
        purchased?: boolean;
        trackDmid?: string;
        uploaded?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

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