snd_hwdep_poll_descriptors_count method

int snd_hwdep_poll_descriptors_count(
  1. Pointer<snd_hwdep_t> hwdep
)

Implementation

int snd_hwdep_poll_descriptors_count(
  ffi.Pointer<snd_hwdep_t> hwdep,
) {
  return _snd_hwdep_poll_descriptors_count(
    hwdep,
  );
}