audio_manager_concurrency_t

Audio concurrency settings.

Synopsis:

typedef struct  {
    bool attenuated ;
    bool muted ;
    audio_manager_audio_type_t muted_by ;
    pid_t muted_by_pid ;
}audio_manager_concurrency_t;

Data:

bool attenuated
true if the audio type is currently being attenuated, false otherwise.
bool muted
true if the audio type is currently being fully muted, false otherwise.
audio_manager_audio_type_t muted_by
The audio type causing the mute policy to be applied.
pid_t muted_by_pid
The ID of the process causing the mute policy to be applied.

Library:

libaudio_manager

Description:

This structure defines the audio concurrency settings.