The headphone volume override status.
typedef struct {
bool supported ;
bool enabled ;
int level ;
}audio_manager_headphone_volume_override_status_t;
BlackBerry 10.0.0
A value of true indicates that the device or region supports the override, a value of false indicates otherwise.
A value of true specifies that extra volume range is allowed, a value of false indicates otherwise.
The output level is expressed as a percentage value between 0-100.
This structure defines the status of the configuration of the specified headphone volume override feature.