snd_ctl_type method

int snd_ctl_type(
  1. Pointer<snd_ctl_t> ctl
)

Implementation

int snd_ctl_type(
  ffi.Pointer<snd_ctl_t> ctl,
) {
  return _snd_ctl_type(
    ctl,
  );
}