onvif
    Preparing search index...

    Interface MulticastAudioDecoderCapabilities

    interface MulticastAudioDecoderCapabilities {
        IPv6?: boolean;
        multicastAudioDecoder?: boolean;
        SRTP?: boolean;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    IPv6?: boolean

    Indicates whether the IPv6 is supported in MulticastAudioDecoder or not.

    multicastAudioDecoder?: boolean

    Indicates support for multicast audio decoder.

    SRTP?: boolean

    Indicates whether the SRTP is supported in MulticastAudioDecoder or not.