snd_hctl_nonblock method

int snd_hctl_nonblock(
  1. Pointer<snd_hctl_t> hctl,
  2. int nonblock
)

Implementation

int snd_hctl_nonblock(
  ffi.Pointer<snd_hctl_t> hctl,
  int nonblock,
) {
  return _snd_hctl_nonblock(
    hctl,
    nonblock,
  );
}