supervision-js
    Preparing search index...

    Interface MediaCondition

    interface MediaCondition {
        code: MediaConditionCode;
        scope: MediaConditionScope;
        response: MediaConditionResponse;
        frameEffect: ConversionFrameEffect | null;
        detail: string;
    }
    Index
    frameEffect: ConversionFrameEffect | null

    What the response does to the frame sequence. Absent where the response presents nothing, so no sequence survives to compare.

    detail: string