audio_manager_voice_service_t

The supported voice service types.

Synopsis:

#include <audio/audio_manager_voice_service.h>
 
typedef enum {
      AUDIO_VOICE_CELLULAR   
      AUDIO_VOICE_VOIP   
      AUDIO_VOICE_SERVICE_COUNT   
} audio_manager_voice_service_t;

Data:

AUDIO_VOICE_CELLULAR
The cellular voice service.
AUDIO_VOICE_VOIP
The Voice over IP (VoIP) service.
AUDIO_VOICE_SERVICE_COUNT
The total of voice services supported.

Library:

libaudio_manager

Description:

This enumeration defines the supported voice service types.