Information about the active audio type.
Synopsis:
typedef struct snd_ducking_type_status {
char name[32];
int prio;
int npids;
pid_t pids[1];
} snd_ducking_type_status_t;
Description:
Provides information about the active audio type.
The members include:
- name
- The name of the audio type.
- prio
- The priority of the audio type. The higher the number, the higher the priority.
- npids
- The number of process with active audio streams with this audio type.
- pids
- An array of process IDs representing the active audio streams with this audio type.
Classification:
QNX Neutrino