onvif
    Preparing search index...

    Interface AudioEncoderConfigurationOption

    interface AudioEncoderConfigurationOption {
        bitrateList: IntItems;
        encoding: AudioEncoding;
        sampleRateList: IntItems;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    bitrateList: IntItems

    List of supported bitrates in kbps for the specified Encoding

    encoding: AudioEncoding

    The enoding used for audio data (either G.711, G.726 or AAC)

    sampleRateList: IntItems

    List of supported Sample Rates in kHz for the specified Encoding