Set the boolean value of a single bit in the specified bitmap
#include <sys/asoundlib.h> void snd_mixer_set_bit( unsigned int *bitmap, int bit, int val );
libasound.so
The snd_mixer_set_bit() function is a convenience function that sets the value (0 or 1) of the bit specified by bit in the bitmap.
QNX Neutrino
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | Yes |
Thread | Yes |