snd_hctl_load method

int snd_hctl_load(
  1. Pointer<snd_hctl_> hctl
)

Implementation

int snd_hctl_load(
  ffi.Pointer<snd_hctl_> hctl,
) {
  return _snd_hctl_load(
    hctl,
  );
}