snd_hwdep_poll_descriptors_count method

int snd_hwdep_poll_descriptors_count(
  1. Pointer<snd_hwdep_> hwdep
)

Implementation

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