Audio configuration settings for a given audio device.
Synopsis:
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;
Data:
- int num_out_channels
- The number of output channel(s) supported.
- int num_in_channels
- The number of input channel(s) supported.
- audio_manager_channel_t channel_order
- The output channels of the audio device, listed in setup order.
- audio_manager_channel_config_t channel_config_mask
- The audio device configuration of the audio device.
Library:
libaudio_manager
Description:
This structure defines the audio configuration of a given audio device.