@byomakase/omakase-player
    Preparing search index...

    Interface SegmentedVttReadResult

    What the playlist says about following this rendition from here.

    interface SegmentedVttReadResult {
        ended: boolean;
        targetDuration: number | undefined;
        updated: boolean;
    }
    Index

    Properties

    ended: boolean
    targetDuration: number | undefined
    updated: boolean

    Whether this pass found the playlist changed; an unchanged one is worth re-reading sooner.