Return the sample width in bits for a format
#include <sys/asoundlib.h> int snd_pcm_format_width( int format );
The snd_pcm_format_width() function returns the sample width in bits.
A positive sample width on success, or a negative error code.
QNX Neutrino
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | Yes |
Thread | Yes |