onvif
    Preparing search index...

    Interface PaneLayout

    A pane layout describes one Video window of a display. It links a pane configuration to a region of the screen.

    interface PaneLayout {
        area: Rectangle;
        pane: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    area: Rectangle

    Describes the location and size of the area on the monitor. The area coordinate values are espressed in normalized units [-1.0, 1.0].

    pane: string

    Reference to the configuration of the streaming and coding parameters.