Get a pointer to a mixer's context structure
#include <audio_driver.h> MIXER_CONTEXT_T *ado_mixer_get_context ( ado_mixer_t *mixer );
The ado_mixer_get_context() function lets your Audio HW DLL access the mixer's context structure. If you need to get the mixer's context, you have to use this function because ado_mixer_t is an opaque data type.
A pointer to the mixer's context structure.
QNX Neutrino
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | No |
Thread | No |