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


Home
QNX Community Resources
Developer Support
QNX Documentation Library
QNX Developer Support

QNX Developer Support

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

[Previous] [Contents] [Index] [Next]

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


[Previous] [Contents] [Index] [Next]