audio_manager_get_voice_service_option_from_name()

Get the enhanced audio(EQ) option enum when the name of the option is specified.

Synopsis:

#include <audio/audio_manager_voice_service.h>
 
audio_manager_voice_option_t audio_manager_get_voice_service_option_from_name(const char *name)

Since:

BlackBerry 10.0.0

Arguments:

name

The name of the option to query.

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_from_name() to return the enhanced audio(EQ) option as an audio_manager_voice_option_t value representing the name of the voice service that's specified.

Returns:

The enhanced audio(EQ) enumerated audio_manager_voice_option_t value.