supervision-js
    Preparing search index...

    Interface RenderPreparationPlaybackGateOptions

    Playback gate for prepared render artifacts.

    interface RenderPreparationPlaybackGateOptions {
        enabled?: boolean;
        minimumAheadSeconds?: number;
        requiredAheadSeconds?: number;
    }
    Index
    enabled?: boolean

    Pause playback while required artifacts are not prepared.

    minimumAheadSeconds?: number

    Soft target ahead of the active frame.

    requiredAheadSeconds?: number

    Required ahead time before playback can continue.