ado_mixer_get_context()

Get a pointer to a mixer's context structure

Synopsis:

#include <audio_driver.h>

MIXER_CONTEXT_T *ado_mixer_get_context (
                    ado_mixer_t *mixer );

Arguments:

mixer
A pointer to the ado_mixer_t structure for the mixer.

Description:

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.

Returns:

A pointer to the mixer's context structure.

Classification:

QNX Neutrino

Safety:
Cancellation point No
Interrupt handler No
Signal handler No
Thread No