audio_manager_headphone_volume_override_status_t

Headphone volume override status.

Synopsis:

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

Data:

bool supported
true if the extra volume override is supported by the device or region, false otherwise.
bool enabled
true if the extra volume range is allowed, false otherwise.
int level
The output level in percentage (0-100) that the headphone volume is limited to if the override is false.

Library:

libaudio_manager

Description:

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