onvif
    Preparing search index...

    Interface AudioClipCapabilities

    interface AudioClipCapabilities {
        maxAudioClipLimit?: number;
        maxAudioClipSize?: number;
        supportedAudioClipFormat?: StringAttrList;
        [key: string]: unknown;
    }

    Indexable

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

    Indicates the maximum number of audio clips that can be uploaded to the device.

    maxAudioClipSize?: number

    Indicates the maximum size of the audio clip that can be uploaded, in KB.

    supportedAudioClipFormat?: StringAttrList

    Enumerates the supported audio clip formats. See tr2: SupportedAudioClipFormat.