audio_manager_channel_config_t

Supported audio device configurations.

Synopsis:

#include <audio/audio_manager_device.h>
 
typedef enum {
      AUDIO_CHANNEL_CONFIG_STEREO = (1u<<0)   
      AUDIO_CHANNEL_CONFIG_5_1 = (1u<<1)   
} audio_manager_channel_config_t;

Data:

AUDIO_CHANNEL_CONFIG_STEREO
The audio device supports stereo channels.
AUDIO_CHANNEL_CONFIG_5_1
The audio device supports 5.1 surround sound.

Library:

libaudio_manager

Description:

This enumeration defines bit masks for supported audio device configurations.