Reset the parameters of the voice conversion
#include <sys/asoundlib.h> int snd_pcm_plugin_reset_voice_conversion(snd_pcm_t *pcm, int channel)
BlackBerry 10.3.0
This function resets the all changes to voice conversion settings to the default.
EOK upon success, a negative errno upon failure. The errno values are available in the errno.h file
QNX Neutrino
| Safety: | |
|---|---|
| Cancellation point | No |
| Interrupt handler | No |
| Signal handler | Yes |
| Thread | Read the Caveats |
This function is not thread safe if pcm (snd_pcm_t) is used across multiple threads.