audio_manager_device_capability_t

Supported audio device input and output.

Synopsis:

#include <audio/audio_manager_device.h>
 
typedef enum {
      AUDIO_OUTPUT = (1u<<0)   
      AUDIO_INPUT = (1u<<1)   
} audio_manager_device_capability_t;

Since:

BlackBerry 10.0.0

Data:

AUDIO_OUTPUT
The audio device supports playback.
AUDIO_INPUT
The audio device supports recording.

Library:

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

Description:

This enumeration defines bit masks for the supported audio device I/O used for playback and recording.