snd_hctl_elem_get_device method

int snd_hctl_elem_get_device(
  1. Pointer<snd_hctl_elem_t> obj
)

Implementation

int snd_hctl_elem_get_device(
  ffi.Pointer<snd_hctl_elem_t> obj,
) {
  return _snd_hctl_elem_get_device(
    obj,
  );
}