Amazon Vinyl
    Preparing search index...

    Interface TrackEndedEvent

    Payload for the TrackControllerEventMap.trackEnded event: the load options of the track that finished playing (including any postroll ads).

    interface TrackEndedEvent {
        track: TrackLoadOptions;
    }
    Index