snd_pcm_hw_params_test_subformat method
int
snd_pcm_hw_params_test_subformat(
- Pointer<
snd_pcm_t> pcm, - Pointer<
snd_pcm_hw_params_t> params, - int subformat
Implementation
int snd_pcm_hw_params_test_subformat(
ffi.Pointer<snd_pcm_t> pcm,
ffi.Pointer<snd_pcm_hw_params_t> params,
int subformat,
) {
return _snd_pcm_hw_params_test_subformat(
pcm,
params,
subformat,
);
}