Home
last modified time | relevance | path

Searched refs:audio_err_h (Results 1 – 2 of 2) sorted by relevance

/dports/audio/baresip/baresip-0.5.8/src/
H A Dcore.h122 typedef void (audio_err_h)(int err, const char *str, void *arg); typedef
130 audio_event_h *eventh, audio_err_h *errh, void *arg);
H A Daudio.c176 audio_err_h *errh; /**< Audio error handler */
1084 audio_event_h *eventh, audio_err_h *errh, void *arg) in audio_alloc()