snd_ctl_event_type_name method

Pointer<Char> snd_ctl_event_type_name(
  1. int type
)

Implementation

ffi.Pointer<ffi.Char> snd_ctl_event_type_name(
  int type,
) {
  return _snd_ctl_event_type_name(
    type,
  );
}