supervision-js
    Preparing search index...

    Interface RenderPreparationActiveFrameDiagnostics

    Diagnostics for the currently selected artifact frame.

    interface RenderPreparationActiveFrameDiagnostics {
        key: string;
        mediaTime: number;
        status: RenderPreparationArtifactFrameStatus;
    }
    Index
    key: string
    mediaTime: number