The audio headphone boost change event.
Synopsis:
typedef struct {
int headphone_boost_level ;
bool headphone_override ;
audio_manager_headphone_volume_override_status_t headphone_boost ;
}audio_manager_status_headphone_boost_change_t;
Data:
- int headphone_boost_level
- The limit level of the headphone volume without boost enabled.
- bool headphone_override
- The current setting of headphone boost to override the limit.
- audio_manager_headphone_volume_override_status_t headphone_boost
- The status of the headphone volume boost.
Library:
libaudio_manager
Description:
This structure defines the changes to the headphone volume boost settings.