Amazon Vinyl
    Preparing search index...

    Interface LoadMetricEventMap

    Player-level load metric events.

    interface LoadMetricEventMap {
        loadSpan: LoadSpanEvent;
    }

    Hierarchy (View Summary)

    Index
    loadSpan: LoadSpanEvent

    A stage of a track load completed. Reports the time span of the stage together with the track it belongs to. Consumers measuring end-to-end load latency key on the first event per kind and trackUri.