Supported audio device input and output.
#include <audio/audio_manager_device.h>
typedef enum {
AUDIO_OUTPUT = (1u<<0)
AUDIO_INPUT = (1u<<1)
} audio_manager_device_capability_t;
BlackBerry 10.0.0
This enumeration defines bit masks for the supported audio device I/O used for playback and recording.