audio_manager_voice_service_status_t

The supported status of the voice services.

Synopsis:

#include <audio/audio_manager_voice_service.h>
 
typedef enum {
      AUDIO_VOICE_OFF   
      AUDIO_VOICE_RINGTONE   
      AUDIO_VOICE_ON   
      AUDIO_VOICE_STATUS_COUNT   
} audio_manager_voice_service_status_t;

Data:

AUDIO_VOICE_OFF
The voice service is shut down.
AUDIO_VOICE_RINGTONE
The voice service is playing a ringtone.
AUDIO_VOICE_ON
The voice service is turned on.
AUDIO_VOICE_STATUS_COUNT
The total number of status types.

Library:

libaudio_manager

Description:

This enumeration defines the supported status of the voice services.