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 (For the qcc command, use the -l audio_manager option to link against this library)
Description: