Amazon Vinyl
    Preparing search index...

    Interface StallMonitorOptions

    interface StallMonitorOptions {
        pollInterval?: number;
        stallThreshold?: number;
    }
    Index
    pollInterval?: number

    How often (seconds) the play head freeze is checked. Default: 0.25

    stallThreshold?: number

    Seconds the play head must be frozen (no timeUpdate) while playing before a stall is reported. Default: 1