snd_ctl_elem_iface_name method

Pointer<Char> snd_ctl_elem_iface_name(
  1. int iface
)

Implementation

ffi.Pointer<ffi.Char> snd_ctl_elem_iface_name(
  int iface,
) {
  return _snd_ctl_elem_iface_name(
    iface,
  );
}