onvif
    Preparing search index...

    Interface AudioDecoderConfiguration

    The Audio Decoder Configuration does not contain any that parameter to configure the decoding .A decoder shall decode every data it receives (according to its capabilities).

    interface AudioDecoderConfiguration {
        name: string;
        token: string;
        useCount: number;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index
    name: string

    User readable name. Length up to 64 characters.

    token: string

    Token that uniquely references this configuration. Length up to 64 characters.

    useCount: number

    Number of internal references currently using this configuration. This informational parameter is read-only. Deprecated for Media2 Service.