Audio configuration settings for the specified audio device.
typedef struct {
int num_out_channels ;
int num_in_channels ;
audio_manager_channel_t channel_order [AUDIO_CHANNEL_COUNT];
audio_manager_channel_config_t channel_config_mask ;
}audio_manager_device_audio_config_t;
BlackBerry 10.0.0
The channels are listed in the order in which they ware setup.
This structure defines the audio configuration an audio device.