The available volume controls in volume toast dialogs.
Synopsis:
#include <bps/dialog.h>
typedef enum {
DIALOG_VOLUME_CONTROL_UNSUPPORTED = 0
DIALOG_VOLUME_CONTROL_SIMPLE = 1
DIALOG_VOLUME_CONTROL_PERCENTAGE = 2
} dialog_volume_control_t;
Data:
- DIALOG_VOLUME_CONTROL_UNSUPPORTED
- Specify that volume control should not be allowed.
- DIALOG_VOLUME_CONTROL_SIMPLE
- Specify that simple volume control be allowed.
- DIALOG_VOLUME_CONTROL_PERCENTAGE
- Specify that percentage volume control be allowed.
Library:
libbps (For the qcc command, use the -l bps option to link against this library)