audio_manager_get_voice_service_status_from_name()

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

Synopsis:

#include <audio/audio_manager_voice_service.h>
 
audio_manager_voice_service_status_t audio_manager_get_voice_service_status_from_name(const char *name)

Arguments:

name

The name of the status to query.

Library:

libaudio_manager

Description:

The audio_manager_get_voice_service_status_from_name() function returns the voice status given the name of the status.

Returns:

The service status identifier.