snd_pcm_hw_params_malloc method

int snd_pcm_hw_params_malloc(
  1. Pointer<Pointer<snd_pcm_hw_params_t>> ptr
)

Implementation

int snd_pcm_hw_params_malloc(
  ffi.Pointer<ffi.Pointer<snd_pcm_hw_params_t>> ptr,
) {
  return _snd_pcm_hw_params_malloc(
    ptr,
  );
}