supervision-js
    Preparing search index...

    Interface MediaConditionPolicy

    How the caller intends to open whatever comes out.

    interface MediaConditionPolicy {
        progressiveConversion?: boolean;
    }

    Hierarchy (View Summary)

    Index
    progressiveConversion?: boolean

    Whether the caller can open a conversion's prefix while the rest is still being written. Such a source opens only at its beginning and cannot be seeked into, so this is true only where playback starts at zero.