Destroy a PCM subchannel mixer
#include <audio_driver.h>
void ado_pcm_subchn_mixer_destroy(
ado_pcm_subchn_mixer_t *sc_mixer );
- 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().
The ado_pcm_subchn_mixer_destroy() function
frees all memory, and then destroys the mixer elements and structures
associated with the given subchannel mixer.
QNX Neutrino
Safety: | |
Cancellation point |
No |
Interrupt handler |
No |
Signal handler |
No |
Thread |
No |
ado_pcm_subchn_mixer_create()