audio_manager_get_voice_service_option_from_name()

Get the audio voice option given the name of the option.

Synopsis:

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

Arguments:

name

The name of the option to query.

Library:

libaudio_manager

Description:

The audio_manager_get_voice_service_option_from_name() function returns the enhanced audio option of a voice service given the name of the option.

Returns:

The option identifier.