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