Warning: main(/www/www/htdocs/style/globals.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/neutrino/audio/libs/snd_mixer_info_t.html on line 1
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/globals.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/neutrino/audio/libs/snd_mixer_info_t.html on line 1
Warning: main(/www/www/htdocs/style/header.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/neutrino/audio/libs/snd_mixer_info_t.html on line 8
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/header.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/neutrino/audio/libs/snd_mixer_info_t.html on line 8
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:
- type
- The sound card type.
Deprecated; don't use this member.
- attrib
- Not used.
- elements
- The total number of mixer elements in this mixer device.
- groups
- The total number of mixer groups in this mixer device.
- id[64]
- The ID of this PCM device (user selectable).
- name[64]
- The name of the device.
Photon
snd_mixer_info()
Warning: main(/www/www/htdocs/style/footer.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/neutrino/audio/libs/snd_mixer_info_t.html on line 109
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/footer.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/neutrino/audio/libs/snd_mixer_info_t.html on line 109