supervision-js
    Preparing search index...

    Interface MediaConditionReport

    interface MediaConditionReport {
        facts: MediaConditionFacts;
        conditions: readonly MediaCondition[];
        playback: MediaConditionResponse;
        frameIndexing: MediaConditionResponse;
    }
    Index
    conditions: readonly MediaCondition[]

    The strongest response among the conditions standing in the way of a picture.

    frameIndexing: MediaConditionResponse

    The strongest response among the conditions standing in the way of naming the frame on screen by index.