Determine which plugins are disabled (inactive)
#include <sys/asoundlib.h> unsigned int snd_pcm_plugin_get_inactive(snd_pcm_t *pcm);
BlackBerry 10.3.0
Some plugins can become disabled (inactive) when OS doesn't support the current hardware configuration. Typically, deactivation can occur when audio is configured to autoroute from one piece of hardware(device) to another.
A bitmask that represents the plugins that are disabled.
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.