snd_hwdep_read method

int snd_hwdep_read(
  1. Pointer<snd_hwdep_t> hwdep,
  2. Pointer<Void> buffer,
  3. int size
)

Implementation

int snd_hwdep_read(
  ffi.Pointer<snd_hwdep_t> hwdep,
  ffi.Pointer<ffi.Void> buffer,
  int size,
) {
  return _snd_hwdep_read(
    hwdep,
    buffer,
    size,
  );
}