snd_pcm_hw_params_get_periods method
Implementation
int snd_pcm_hw_params_get_periods(
ffi.Pointer<snd_pcm_hw_params_> params,
ffi.Pointer<ffi.Uint32> val,
ffi.Pointer<ffi.Int32> dir,
) {
return _snd_pcm_hw_params_get_periods(
params,
val,
dir,
);
}