snd_hwdep_nonblock method

int snd_hwdep_nonblock(
  1. Pointer<snd_hwdep_t> hwdep,
  2. int nonblock
)

Implementation

int snd_hwdep_nonblock(
  ffi.Pointer<snd_hwdep_t> hwdep,
  int nonblock,
) {
  return _snd_hwdep_nonblock(
    hwdep,
    nonblock,
  );
}