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/ddk_en/audio/api-ref/ado_mixer_playback_group_create.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/ddk_en/audio/api-ref/ado_mixer_playback_group_create.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/ddk_en/audio/api-ref/ado_mixer_playback_group_create.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/ddk_en/audio/api-ref/ado_mixer_playback_group_create.html on line 8
Create a playback group
#include <audio_driver.h>
ado_mixer_dgroup_t *ado_mixer_playback_group_create
( ado_mixer_t *mixer,
char *name,
uint32_t channels,
ado_mixer_delement_t *vol_elem,
ado_mixer_delement_t *mute_elem );
- mixer
- A pointer to the ado_mixer_t structure that specifies the
mixer to create the group in.
This structure was created by
ado_mixer_create().
- name
- The name of the group, which can be up to 31 characters long.
Elements are referred to by name, so be careful; for some standard names, see
<asound.h>.
- channels
- A bitmap of the channels in the group; any combination of:
- SND_MIXER_CHN_MASK_MONO
- SND_MIXER_CHN_MASK_FRONT_LEFT
- SND_MIXER_CHN_MASK_FRONT_RIGHT
- SND_MIXER_CHN_MASK_FRONT_CENTER
- SND_MIXER_CHN_MASK_REAR_LEFT
- SND_MIXER_CHN_MASK_REAR_RIGHT
- SND_MIXER_CHN_MASK_WOOFER
- SND_MIXER_CHN_MASK_STEREO
- vol_elem
- The volume element for the group.
- mute_elem
- The mute element for the group.
The ado_mixer_playback_group_create() function
automates the allocation and filling of an
ado_mixer_dgroup_t structure
representing a channel in the playback direction.
A pointer to the newly created playback group.
QNX Neutrino
Safety: | |
Cancellation point |
No |
Interrupt handler |
No |
Signal handler |
No |
Thread |
No |
ado_mixer_capture_group_create()
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/ddk_en/audio/api-ref/ado_mixer_playback_group_create.html on line 143
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/ddk_en/audio/api-ref/ado_mixer_playback_group_create.html on line 143