snd_hctl_handle_events method
Implementation
int snd_hctl_handle_events(
ffi.Pointer<snd_hctl_t> hctl,
) {
return _snd_hctl_handle_events(
hctl,
);
}
int snd_hctl_handle_events(
ffi.Pointer<snd_hctl_t> hctl,
) {
return _snd_hctl_handle_events(
hctl,
);
}