Supported audio volume control types.
Synopsis:
#include <audio/audio_manager_device.h>
typedef enum {
AUDIO_VOLUME_CONTROL_UNAVAILABLE
AUDIO_VOLUME_CONTROL_SIMPLE
AUDIO_VOLUME_CONTROL_PERCENT
AUDIO_VOLUME_CONTROL_COUNT
} audio_manager_device_volume_control_t;
Data:
- AUDIO_VOLUME_CONTROL_UNAVAILABLE
- Volume control is not supported.
- AUDIO_VOLUME_CONTROL_SIMPLE
- The simple volume control is supported.
The simple control usually has up and down buttons to increase or decrease volume.
- AUDIO_VOLUME_CONTROL_PERCENT
- The precise volume-control as a percentage value that is supported.
- AUDIO_VOLUME_CONTROL_COUNT
- The total number of volume control types that are supported.
Library:
libaudio_manager (For the qcc command, use the -l audio_manager option to link against this library)
Description:
This enumeration defines the supported types of the audio volume control types.