onvif
    Preparing search index...

    Interface Capabilities2

    interface Capabilities2 {
        audioClipCapabilities?: AudioClipCapabilities;
        mask?: boolean;
        mediaSigningCapabilities?: MediaSigningCapabilities;
        multicastAudioDecoderCapabilities?: MulticastAudioDecoderCapabilities;
        OSD?: boolean;
        profileCapabilities: ProfileCapabilities;
        rotation?: boolean;
        snapshotUri?: boolean;
        sourceMask?: boolean;
        streamingCapabilities: StreamingCapabilities;
        temporaryOSDText?: boolean;
        videoSourceMode?: boolean;
        webRTC?: number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    audioClipCapabilities?: AudioClipCapabilities

    Audio clip capabilities.

    mask?: boolean

    Indicates if Masking is supported.

    mediaSigningCapabilities?: MediaSigningCapabilities

    Media signing capabilities.

    multicastAudioDecoderCapabilities?: MulticastAudioDecoderCapabilities

    MulticastAudioDecoder capabilities.

    OSD?: boolean

    Indicates if OSD is supported.

    profileCapabilities: ProfileCapabilities

    Media profile capabilities.

    rotation?: boolean

    Indicates whether or not Rotation feature is supported.

    snapshotUri?: boolean

    Indicates if GetSnapshotUri is supported.

    sourceMask?: boolean

    Indicates that privacy masks are only supported at the video source level and not the video source configuration level. If this is true any addition, deletion or change of a privacy mask done for one video source configuration will automatically be applied by the device to a corresponding privacy mask for all other video source configuration associated with the same video source.

    streamingCapabilities: StreamingCapabilities

    Streaming capabilities.

    temporaryOSDText?: boolean

    Indicates the support for temporary osd text configuration.

    videoSourceMode?: boolean

    Indicates the support for changing video source mode.

    webRTC?: number

    Indicates number of supported WebRTC configurations.