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;

Since:

BlackBerry 10.0.0

Data:

bool attenuated
Specifies whether the audio type is being attenuated.

A value of true indicates that the audio type is being attenuated, false indicates otherwise.

bool muted
Specifies whether the audio type is fully muted.

A value of true indicates that the audio type is fully muted, false indicates otherwise.

audio_manager_audio_type_t muted_by
The audio type causing the mute policy to be applied.
pid_t muted_by_pid
The identifier of the process causing the mute policy to be applied.

Library:

libaudio_manager (For the qcc command, use the -l audio_manager option to link against this library)

Description:

This structure defines the audio concurrency settings.