Set the parameters to the panning plugin
#include <sys/asoundlib.h>
int snd_pcm_plugin_set_pan (snd_pcm_t *pcm,
int channel,
snd_pcm_pan_t *pPan)
BlackBerry 10.3.0
The panning plugin provides functionality to spread a mono or stereo sound signal into a new stereo or multichannel sound. You must call snd_pcm_plugin_set_enable() to explicitly enable the panning plugin. You can call this plugin only after to have called snd_pcm_plugin_params() .
EOK(zero) 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.