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