snd_mixer_gid_t
Mixer group ID structure
Synopsis:
typedef struct { int32_t type; char name[32]; int32_t index; uint8_t reserved[124]; /* must be filled with zeroes */ int32_t weight; } 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.
- weight
- Reserved for internal sorting operations.
Classification:
QNX Neutrino