Audio concurrency settings.
typedef struct {
bool attenuated ;
bool muted ;
audio_manager_audio_type_t muted_by ;
pid_t muted_by_pid ;
}audio_manager_concurrency_t;
BlackBerry 10.0.0
A value of true indicates that the audio type is being attenuated, false indicates otherwise.
A value of true indicates that the audio type is fully muted, false indicates otherwise.
This structure defines the audio concurrency settings.