snd_pcm_hw_params_get_channels method
Implementation
int snd_pcm_hw_params_get_channels(
ffi.Pointer<snd_pcm_hw_params_> params,
ffi.Pointer<ffi.Uint32> val,
) {
return _snd_pcm_hw_params_get_channels(
params,
val,
);
}
int snd_pcm_hw_params_get_channels(
ffi.Pointer<snd_pcm_hw_params_> params,
ffi.Pointer<ffi.Uint32> val,
) {
return _snd_pcm_hw_params_get_channels(
params,
val,
);
}