Amazon Vinyl
    Preparing search index...

    Interface TrackAds

    interface TrackAds {
        adBreaks: AdBreakList;
        trackUri: string;
    }
    Index
    adBreaks: AdBreakList

    An array of the ad breaks for this track.

    trackUri: string

    The URI of the parent track.