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

snd_mixer_gid_t

Mixer group ID structure

Synopsis:

typedef struct
{
    int32_t     type;
    int8_t      name[32];
    int32_t     index;
    uint8_t     reserved[128];      /* must be filled with zero */
}       snd_mixer_gid_t;

Description:

The snd_mixer_gid_t structure describes a mixer group's ID. The members include:

type
The group's type. Not currently used; set it to 0.
name
The group's name.
index
The group's index number.

Classification:

QNX Neutrino

See also:

snd_mixer_group_read(), snd_mixer_group_t, snd_mixer_groups(), snd_mixer_sort_gid_table(), snd_pcm_channel_info_t, snd_pcm_channel_setup()