onvif
    Preparing search index...

    Interface GetDisplayOptionsResponse

    interface GetDisplayOptionsResponse {
        codingCapabilities: CodingCapabilities;
        layoutOptions?: LayoutOptions;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    codingCapabilities: CodingCapabilities

    decoding and encoding capabilities of the device

    layoutOptions?: LayoutOptions

    The LayoutOptions describe the fixed and predefined layouts of a device. If the device does not offer fixed layouts and allows setting the layout free this element is empty.