Functions | |
const char * | snd_strerror (int errnum) |
Returns the message for an error code. | |
int | snd_lib_error_set_handler (snd_lib_error_handler_t handler) |
Sets the error handler. | |
const char * | snd_asoundlib_version (void) |
Returns the ALSA sound library version in ASCII format. | |
Variables | |
snd_lib_error_handler_t | snd_lib_error = snd_lib_error_default |
|
Returns the ALSA sound library version in ASCII format.
|
|
Sets the error handler.
handler is NULL) the default one which prints the error messages to stderr . |
|
Returns the message for an error code.
|
|
Pointer to the error handler function. For internal use only. |