audio_manager_headphone_volume_override_status_t

The headphone volume override status.

Synopsis:

typedef struct  {
    bool supported ;
    bool enabled ;
    int level ;
}audio_manager_headphone_volume_override_status_t;

Since:

BlackBerry 10.0.0

Data:

bool supported
Whether the extra volume override is supported.

A value of true indicates that the device or region supports the override, a value of false indicates otherwise.

bool enabled
Whether an extra volume range is allowed.

A value of true specifies that extra volume range is allowed, a value of false indicates otherwise.

int level
The output level that the headphone volume is limited to when the extra volume override, supported is set to false.

The output level is expressed as a percentage value between 0-100.

Library:

libaudio_manager (For the qcc command, use the -l audio_manager option to link against this library)

Description:

This structure defines the status of the configuration of the specified headphone volume override feature.