audio_manager_attenuation_params_t

Supported audio attenuation parameters.

Synopsis:

typedef struct  {
    int attenuation ;
    int attenuation_extra_options ;
}audio_manager_attenuation_params_t;

Data:

int attenuation
Attenuation value from 0-100 and enum audio_manager_attenuation_type_t.
int attenuation_extra_options
Extra attenuation options, represented by a bitmask of audio_manager_attenuation_extra_option_t.

Library:

libaudio_manager

Description:

This structure defines the parameters for setting the attenuation effect of an audio manager handle.