Application interface library for the ALSA driver.
More...
Go to the source code of this file.
|
typedef void(* | snd_lib_error_handler_t) (const char *file, int line, const char *function, int err, const char *fmt,...) |
| Error handler callback. More...
|
|
typedef void(* | snd_local_error_handler_t) (const char *file, int line, const char *func, int err, const char *fmt, va_list arg) |
|
Application interface library for the ALSA driver.
- Author
- Jaroslav Kysela perex.nosp@m.@per.nosp@m.ex.cz
-
Abramo Bagnara abram.nosp@m.o@al.nosp@m.sa-pr.nosp@m.ojec.nosp@m.t.org
-
Takashi Iwai tiwai.nosp@m.@sus.nosp@m.e.de
- Date
- 1998-2001
Application interface library for the ALSA driver
◆ snd_local_error_handler_t
typedef void(* snd_local_error_handler_t) (const char *file, int line, const char *func, int err, const char *fmt, va_list arg) |
Local error handler function type
◆ snd_lib_error_set_local()
Install local error handler.
- Parameters
-
func | The local error handler function |
- Return values
-
Previous | local error handler function |