Close a mixer handle
#include <sys/asoundlib.h> int snd_mixer_close( snd_mixer_t *handle );
libasound.so
The snd_mixer_close() function frees all the resources allocated with the mixer handle and closes the connection to the sound mixer interface.
Zero, or a negative value on error.
QNX Neutrino
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | Yes |
Thread | Yes |