supervision-js
    Preparing search index...

    Interface MediaSessionDetectionSourceOptions

    interface MediaSessionDetectionSourceOptions {
        appendable?: MediaSessionAppendableDetectionOptions;
        frames?: readonly DetectionFrame[];
        id: string;
        order?: number;
        presentation?: MediaSessionDetectionSourcePresentation;
        requiredForPlayback?: boolean;
        source?: DetectionFrameSource;
        sync?: DetectionFrameSelectionOptions;
    }
    Index

    Session-owned writable source for streaming detections into cold storage.

    frames?: readonly DetectionFrame[]

    Static detection frames known at session creation time.

    id: string

    Renderer-neutral source identity copied into composed detections.

    order?: number

    Lower order sources are composed first. Later detections render on top.

    Optional geometry presentation overrides for this source.

    undefined falls back to the global presentation. null disables that layer for this source.

    requiredForPlayback?: boolean

    When false, playback gates skip this source's readiness checks.

    Caller-owned source for loading detection frames by media-time range.

    Detection-frame selection options for this source.