Amazon Vinyl
    Preparing search index...

    Interface StallEndedInfo

    interface StallEndedInfo {
        duration: number;
        ended: number;
        reason: StallEndedReason;
        started: number;
    }
    Index
    duration: number

    Total seconds the play head was frozen.

    ended: number

    Time the stall ended.

    Why the stall ended.

    started: number

    Time of the last timeUpdate observed before the play head froze.