audio_manager_get_voice_service_option()

Get the current enhanced audio(EQ) setting of the specified voice service type and audio device.

Synopsis:

#include <audio/audio_manager_voice_service.h>
 
int audio_manager_get_voice_service_option(audio_manager_voice_service_t service, audio_manager_device_t dev, audio_manager_voice_option_t *option)

Since:

BlackBerry 10.0.0

Arguments:

service

The voice service type to query.

dev

The audio device to query.

option

A pointer that's updated with the enhanced audio(EQ) option.

Library:

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

Description:

Use audio_manager_get_voice_service_option() to return the enhanced audio(EQ) option for the specified voice service type and audio device.

Returns:

EOK upon success, a negative errno upon failure. The errno values are available in the errno.h file.