onvif
    Preparing search index...

    Interface AudioDecoderConfigurationOptions

    interface AudioDecoderConfigurationOptions {
        AACDecOptions?: AACDecOptions;
        extension?: AudioDecoderConfigurationOptionsExtension;
        G711DecOptions?: G711DecOptions;
        G726DecOptions?: G726DecOptions;
    }
    Index
    AACDecOptions?: AACDecOptions

    If the device is able to decode AAC encoded audio this section describes the supported configurations

    G711DecOptions?: G711DecOptions

    If the device is able to decode G711 encoded audio this section describes the supported configurations

    G726DecOptions?: G726DecOptions

    If the device is able to decode G726 encoded audio this section describes the supported configurations