snd_pcm_hw_params_get_buffer_time method

int snd_pcm_hw_params_get_buffer_time(
  1. Pointer<snd_pcm_hw_params_t> params,
  2. Pointer<UnsignedInt> val,
  3. Pointer<Int> dir
)

Implementation

int snd_pcm_hw_params_get_buffer_time(
  ffi.Pointer<snd_pcm_hw_params_t> params,
  ffi.Pointer<ffi.UnsignedInt> val,
  ffi.Pointer<ffi.Int> dir,
) {
  return _snd_pcm_hw_params_get_buffer_time(
    params,
    val,
    dir,
  );
}