audio_manager_audio_system_status_t

The states of the audio system.

Synopsis:

#include <audio/audio_manager_device.h>
 
typedef enum {
      AUDIO_SYSTEM_NORMAL   
      AUDIO_SYSTEM_RECOVERY_IN_PROGRESS   
      AUDIO_SYSTEM_FAILED   
      AUDIO_SYSTEM_STATUS_COUNT   
} audio_manager_audio_system_status_t;

Since:

BlackBerry 10.3.0

Data:

AUDIO_SYSTEM_NORMAL
The audio system is operating normally.
AUDIO_SYSTEM_RECOVERY_IN_PROGRESS
The audio system is in recovery mode because a recoverable error occurred.
AUDIO_SYSTEM_FAILED
The audio system is in an unrecoverable or invalid state because an unrecoverable error occurred.
AUDIO_SYSTEM_STATUS_COUNT
The total number of statuses supported for the audio system.

Library:

libaudio_manager (For the qcc command, use the -l audio_manager option to link against this library)

Description:

This structure defines the state of the audio system.