This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Information about a mixer
typedef struct snd_mixer_info_s { uint32_t type; uint32_t attrib; uint32_t elements; uint32_t groups; int8_t id[64]; int8_t name[64]; uint8_t reserved[128]; /* must be filled with zero */ } snd_mixer_info_t;
The snd_mixer_info_t structure describes information about a mixer. You can fill this structure by calling snd_mixer_info().
The members include:
Photon