snd_pcm_plugin_reset_voice_conversion()

Reset the parameters of the voice conversion

Synopsis:

#include <sys/asoundlib.h>

int snd_pcm_plugin_reset_voice_conversion(snd_pcm_t *pcm, 
				                          int        channel)

Since:

BlackBerry 10.3.0

Arguments:

pcm
The handle that is returned after a call to snd_pcm_open_* functions.
channel
The channel to reset.

Library:

libasound.so

Use the -l asound option to qcc and link against this library.

Description:

This function resets the all changes to voice conversion settings to the default.

Returns:

EOK upon success, a negative errno upon failure. The errno values are available in the errno.h file

Classification:

QNX Neutrino

Safety:  
Cancellation point No
Interrupt handler No
Signal handler Yes
Thread Read the Caveats

Caveats:

This function is not thread safe if pcm (snd_pcm_t) is used across multiple threads.