snd_pcm_hw_params_get_period_size_min method

int snd_pcm_hw_params_get_period_size_min(
  1. Pointer<snd_pcm_hw_params_t> params,
  2. Pointer<snd_pcm_uframes_t> frames,
  3. Pointer<Int> dir
)

Implementation

int snd_pcm_hw_params_get_period_size_min(
  ffi.Pointer<snd_pcm_hw_params_t> params,
  ffi.Pointer<snd_pcm_uframes_t> frames,
  ffi.Pointer<ffi.Int> dir,
) {
  return _snd_pcm_hw_params_get_period_size_min(
    params,
    frames,
    dir,
  );
}