onvif
    Preparing search index...

    Interface AudioOutputConfigurationOptions

    interface AudioOutputConfigurationOptions {
        EQPresets?: EQPreset[];
        EQPresetScheduleSupport?: boolean;
        outputLevelRange: IntRange;
        outputTokensAvailable?: string[];
        sendPrimacyOptions?: string[];
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    EQPresets?: EQPreset[]

    List of supported EQPresets.

    EQPresetScheduleSupport?: boolean

    Indicates whether EQPreset scheduling is supported.

    outputLevelRange: IntRange

    Minimum and maximum level range supported for this Output.

    outputTokensAvailable?: string[]

    Tokens of the physical Audio outputs (typically one).

    sendPrimacyOptions?: string[]

    An audio channel MAY support different types of audio transmission. While for full duplex operation no special handling is required, in half duplex operation the transmission direction needs to be switched. The optional SendPrimacy parameter inside the AudioOutputConfiguration indicates which direction is currently active. An NVC can switch between different modes by setting the AudioOutputConfiguration. The following modes for the Send-Primacy are defined: www.onvif.org/ver20/HalfDuplex/Server The server is allowed to send audio data to the client. The client shall not send audio data via the backchannel to the NVT in this mode. www.onvif.org/ver20/HalfDuplex/Client The client is allowed to send audio data via the backchannel to the server. The NVT shall not send audio data to the client in this mode. www.onvif.org/ver20/HalfDuplex/Auto It is up to the device how to deal with sending and receiving audio data.

    Acoustic echo cancellation is out of ONVIF scope.