This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
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 );
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()