Vinyl
    Preparing search index...

    Enumeration PlaybackTerminationReason

    The subset of termination reasons detectable by the web playback engine. Certain termination reasons can only be detected by the application, such as explicitLanguageFilterEnabled

    Descriptions taken from LightHouse.

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

    Index

    Enumeration Members

    ERROR: "error"

    For any system error.

    NETWORK_ERROR: "networkError"

    Playback stopped due to a network error.

    SYSTEM_STOP: "systemStop"

    Any system initiated stop e.g. window unload.

    TRACK_FINISHED: "trackFinished"

    Track playback completed at the end of the song.

    TRACK_SCRUB: "trackScrub"

    For customer scrubbing the track via the timeline bar

    USER_NEXT: "userNext"

    User hits the next button to advance to the next track

    USER_PREV: "userPrev"

    User hits the previous button to advance to the previous track or replay the same track

    USER_STOP: "userStop"

    For a user initiated stop of the current music. This includes when streaming ends because the user selected something else to play (but not via the next and prev buttons), and pausing.