| ![[Previous]](../prev.gif) | ![[Contents]](../contents.gif) | ![[Index]](../keyword_index.gif) | ![[Next]](../next.gif) | 
Create an accumulator (type 1) element
#include <audio_driver.h>
ado_mixer_delement_t *ado_mixer_element_accu1 (
     ado_mixer_t *mixer,
     char *name,
     int32_t attenuation );
The ado_mixer_element_accu1() convenience function automates the creation of an accumulator (type 1) element. An accumulator of type 1 mixes together multiple inputs into a single output.
A pointer to the newly allocated accumulator (type 1) element.
QNX Neutrino
| Safety: | |
|---|---|
| Cancellation point | No | 
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | No | 
ado_mixer_create(), ado_mixer_element_accu2(), ado_mixer_element_accu3()
| ![[Previous]](../prev.gif) | ![[Contents]](../contents.gif) | ![[Index]](../keyword_index.gif) | ![[Next]](../next.gif) |