snd_hctl_handle_events method

int snd_hctl_handle_events(
  1. Pointer<snd_hctl_t> hctl
)

Implementation

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