Middleware, development tools, realtime operating system
software and services for superior embedded design


Home
QNX Community Resources
QNX Documentation Library
snd_mixer_gid_t

snd_mixer_gid_t

QNX Software Systems
Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation
Technical Articles

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()