The available volume directions in volume toast dialogs.
Synopsis:
#include <bps/dialog.h>
typedef enum {
DIALOG_VOLUME_DIRECTION_DOWN = -1
DIALOG_VOLUME_DIRECTION_NO_CHANGE = 0
DIALOG_VOLUME_DIRECTION_UP = 1
} dialog_volume_direction_t;
Data:
- DIALOG_VOLUME_DIRECTION_DOWN
- Specify that the volume has been decreased.
- DIALOG_VOLUME_DIRECTION_NO_CHANGE
- Specify that the volume has not been changed.
- DIALOG_VOLUME_DIRECTION_UP
- Specify that the volume has been increased.
Library:
libbps (For the qcc command, use the -l bps option to link against this library)