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_groups.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_groups.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_groups.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_groups.html on line 8
Get the number of groups in the mixer and their group IDs
#include <sys/asoundlib.h>
int snd_mixer_groups( snd_mixer_t *handle,
snd_mixer_groups_t *groups );
- handle
- The handle for the mixer device.
This must have been created by
snd_mixer_open().
- groups
- A pointer to a
snd_mixer_groups_t
structure that
snd_mixer_groups() fills in with information about the groups.
libasound.so
The snd_mixer_groups() function
fills the given snd_mixer_groups_t structure with the number of
groups in the mixer that the handle was opened on.
It also fills in the array of group IDs pointed to by pgroups to
a limit of groups_size.
Before calling snd_mixer_groups(), set the members of the
snd_mixer_groups_t as follows:
- pgroups
- This pointer must be NULL or point to a valid storage
location for the groups (i.e. an array of
snd_mixer_gid_t
structures).
- groups_size
- The size of the pgroups storage location in
sizeof( snd_mixer_gid_t ) units (i.e. the number of entries
in the array).
On a successful return, snd_mixer_groups() fills in these members:
- groups
- The total groups in the mixer.
- groups_over
- The number of groups that couldn't be copied to the storage location.
Zero on success, or a negative value on error.
- -EINVAL
- Invalid handle.
QNX Neutrino
Safety: | |
Cancellation point |
No |
Interrupt handler |
No |
Signal handler |
Yes |
Thread |
Yes |
snd_mixer_gid_t,
snd_mixer_group_read(),
snd_mixer_group_write(),
snd_mixer_groups_t,
snd_mixer_sort_gid_table()
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_groups.html on line 170
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_groups.html on line 170