snd_mixer_weight_entry_t
Weight table for sorting mixer element and group IDs
Synopsis:
typedef struct {
char *name;
int weight;
} snd_mixer_weight_entry_t;
Description:
The snd_mixer_weight_entry_t structure defines the weights that snd_mixer_sort_eid_table() and snd_mixer_sort_gid_table() use to sort mixer element and group IDs. The members include:
- name
- The name of the mixer element or group.
- weight
- The weight to use when sorting.
Classification:
QNX Neutrino
Page updated:
