snd_ctl_elem_list_get_name method

Pointer<Char> snd_ctl_elem_list_get_name(
  1. Pointer<snd_ctl_elem_list_t> obj,
  2. int idx
)

Implementation

ffi.Pointer<ffi.Char> snd_ctl_elem_list_get_name(
  ffi.Pointer<snd_ctl_elem_list_t> obj,
  int idx,
) {
  return _snd_ctl_elem_list_get_name(
    obj,
    idx,
  );
}