Vinyl
    Preparing search index...

    Interface StreamingRequiredReBufferingAttributes

    Base properties for Amazon Music Metrics Tracking Service (MTS) events related to playback.

    interface StreamingRequiredReBufferingAttributes {
        asin: null | string;
        bitrates: string;
        cdnType: null | string;
        cdObjectId: null | string;
        contentSubscriptionMode: ContentSubscriptionMode;
        durationMilliseconds: number;
        durationSeconds: number;
        extra?: any;
        streamOrDRMTech: null | StreamOrDrmTech;
        substituteAsin: null | string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    asin: null | string

    An "Amazon Standard Identification Number". Catalogue entries are unique to marketplace, ASIN pairs.

    https://w.amazon.com/bin/view/ASIN/ https://console.harmony.a2z.com/music-metrics/docs/attribute/asin

    bitrates: string

    Will be prefixed with 'Auto' if ABR is active.

    https://console.harmony.a2z.com/music-metrics/docs/attribute/bitrates

    cdnType: null | string

    Tracks which CDN is used for streaming events. This attribute helps the Delivery and Playback teams investigate differences in music streaming.

    https://console.harmony.a2z.com/music-metrics/docs/attribute/cdnType

    cdObjectId: null | string

    Represents the Cloud Drive Unique Identifier of the song that is in the user's library. Either asin or cdObjectId will be non-null.

    https://console.harmony.a2z.com/music-metrics/docs/attribute/cdObjectId

    contentSubscriptionMode: ContentSubscriptionMode
    durationMilliseconds: number

    durationSeconds

    durationSeconds: number

    The number of seconds playback was waiting for data before resuming.

    extra?: any

    The application extra data set via track load options.

    streamOrDRMTech: null | StreamOrDrmTech

    What type of stream, e.g. Dash with DRM, HLS, Progressive.

    https://console.harmony.a2z.com/music-metrics/docs/attribute/streamOrDRMTech

    substituteAsin: null | string

    Indicates that the track played was substituted in favor over the track in the asin attribute of the same event.

    https://console.harmony.a2z.com/music-metrics/docs/attribute/substituteAsin