audio_manager_get_voice_service_option_name()

Get the enhanced audio option name given the type of the option.

Synopsis:

#include <audio/audio_manager_voice_service.h>
 
const char* audio_manager_get_voice_service_option_name(audio_manager_voice_option_t option)

Arguments:

option

The type of the option to query.

Library:

libaudio_manager

Description:

The audio_manager_get_voice_service_option_name() function returns the name of the enhanced audio option for the voice service given the type of the option.

Returns:

The option name.