audio_manager_voice_processing_setting_t

The audio voice processing settings.

Synopsis:

#include <audio/audio_manager_voice_service.h>
 
typedef struct audio_manager_voice_processing_setting
{
    union {
        int reserved_0;
        int reserved_1;
        audio_manager_eq_option_t eq;
    };
} audio_manager_voice_processing_setting_t;

Since:

BlackBerry 10.3.0

Library:

libaudio_manager (For the qcc command, use the -l audio_manager option to link against this library)

Data:

The members of this data type can be one of the following members:

int reserved_0
For internal use only. Do not use.
int reserved_1
For internal use only. Do not use.
audio_manager_eq_option_t eq
The voice processing options.

Description:

This data type defines the voice processing settings that are available for use. It's a union that represents equalization settings.