audio_manager_headphone_output_regulation_t

The audio headphone output volume regulation status.

Synopsis:

typedef struct  {
    bool regulated ;
    double level ;
}audio_manager_headphone_output_regulation_t;

Data:

bool regulated
The current status of whether the headphone volume is regulated.
double level
The output level in percentage that the headphone volume is regulated at.

Library:

libaudio_manager

Description:

This structure defines the status of whether and at which level the headphone output volume is regulated.