snd_pcm_hw_params_get_period_size_max method

int snd_pcm_hw_params_get_period_size_max(
  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_max(
  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_max(
    params,
    frames,
    dir,
  );
}