Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

ado_pcm_subchn_mixer_destroy()

Destroy a PCM subchannel mixer

Synopsis:

#include <audio_driver.h>

void ado_pcm_subchn_mixer_destroy(
        ado_pcm_subchn_mixer_t *sc_mixer );

Arguments:

sc_mixer
A pointer to a ado_pcm_subchn_mixer_t structure that describes the PCM subchannel mixer. This is the pointer returned by ado_pcm_subchn_mixer_create().

Description:

The ado_pcm_subchn_mixer_destroy() function frees all memory, and then destroys the mixer elements and structures associated with the given subchannel mixer.

Classification:

QNX Neutrino

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

See also:

ado_pcm_subchn_mixer_create()