supervision-js
    Preparing search index...

    Interface PreparedAnnotationWindowSnapshot

    interface PreparedAnnotationWindowSnapshot {
        frames: readonly PreparedAnnotationWindowFrame[];
        playheadMediaTime: number;
        playheadPrepared: boolean;
        preparedFrameCount: number;
        spanFrameCount: number;
    }
    Index
    playheadMediaTime: number
    playheadPrepared: boolean
    preparedFrameCount: number
    spanFrameCount: number

    Frames ahead of the playhead the cooks aim to cover.