onvif
    Preparing search index...

    Interface FrequencyDecibelPair

    interface FrequencyDecibelPair {
        centerFrequency: number;
        decibel: number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    centerFrequency: number

    The center frequency of the band in hertz (Readonly). For example, value of 1000 refers to 1kHz and 2000 refers to 2kHz.

    decibel: number

    Decibel value associated with the center frequency.