This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Search a mixer for a group
#include <audio_driver.h> ado_mixer_dgroup_t *ado_mixer_find_group ( ado_mixer_t *mixer, int8_t *name, int32_t index );
The ado_mixer_find_group() searches in the given mixer for a group with the specified name and index.
A pointer to the found group, or NULL if no exact match was found.
QNX Neutrino
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | No |
Thread | No |