Type Alias alsa_sys::snd_async_handler_t

source ·
pub type snd_async_handler_t = _snd_async_handler;
Expand description

\brief Internal structure for an async notification client handler.

The ALSA library uses a pointer to this structure as a handle to an async notification object. Applications don’t access its contents directly.

Aliased Type§

struct snd_async_handler_t { /* private fields */ }