Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

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:

Photon

See also:

snd_mixer_sort_eid_table(), snd_mixer_sort_gid_table()