onvif
    Preparing search index...

    Interface Capabilities

    interface Capabilities {
        audioOutputs?: number;
        audioSources?: number;
        digitalInputOptions?: boolean;
        digitalInputs?: number;
        relayOutputs?: number;
        serialPorts?: number;
        videoOutputs?: number;
        videoSources?: number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    audioOutputs?: number

    Number of audio outputs (defaults to none).

    audioSources?: number

    Number of audio sources (defaults to none).

    digitalInputOptions?: boolean

    Indicates support for DigitalInput configuration of the idle state (defaults to false).

    digitalInputs?: number

    Number of digital inputs (defaults to none).

    relayOutputs?: number

    Number of relay outputs (defaults to none).

    serialPorts?: number

    Number of serial ports (defaults to none).

    videoOutputs?: number

    Number of video outputs (defaults to none).

    videoSources?: number

    Number of video sources (defaults to none).