supervision-js
    Preparing search index...

    Interface MediaRendererPresentation

    Current presentation styles used by renderer layers.

    interface MediaRendererPresentation {
        annotationOverlayStyle?: AnnotationOverlayStyle | null;
        backgroundColor?: number;
        boxStyle?: BoxStyle | null;
        focusStyle?: FocusStyle | null;
        interactionStyle?: InteractionStyle | null;
        keypointStyle?: KeypointStyle | null;
        labelStyle?: LabelStyle | null;
        maskStyle?: MaskStyle | null;
        polygonStyle?: PolygonStyle | null;
        polylineStyle?: PolylineStyle | null;
        visibility?: AnnotationVisibility;
    }

    Hierarchy (View Summary)

    Index
    annotationOverlayStyle?: AnnotationOverlayStyle | null
    backgroundColor?: number

    Renderer canvas color shown around media that is letterboxed or not yet presented. Hosts can update this with their color theme without recreating the media session.

    boxStyle?: BoxStyle | null
    focusStyle?: FocusStyle | null
    interactionStyle?: InteractionStyle | null
    keypointStyle?: KeypointStyle | null
    labelStyle?: LabelStyle | null
    maskStyle?: MaskStyle | null
    polygonStyle?: PolygonStyle | null
    polylineStyle?: PolylineStyle | null