Get the current control events filter
#include <sys/asoundlib.h> int snd_ctl_get_filter( snd_ctl_t *handle, snd_ctl_filter_t * filter );
The snd_ctl_get_filter() function gets the control event filter as a snd_ctl_filter_t structure:
typedef struct snd_ctl_filter { uint32_t enable; uint8_t reserved[124]; } snd_ctl_filter_t;
This structure includes the following members:
EOK on success. The filter structure is populated.
QNX Neutrino
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | Yes |
Thread | Yes |