Set the parameters of the splitter plugin
#include <sys/asoundlib.h>
int snd_pcm_plugin_set_splitter_device(snd_pcm_t *pcm,
splitter_settings_t *settings);
BlackBerry 10.3.0
EOK on 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.