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