The audio voice processing settings.
#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;
BlackBerry 10.3.0
The members of this data type can be one of the following members:
This data type defines the voice processing settings that are available for use. It's a union that represents equalization settings.