snd_hwdep_dsp_image_set_index method
Implementation
void snd_hwdep_dsp_image_set_index(
ffi.Pointer<snd_hwdep_dsp_image_t> obj,
int _index,
) {
return _snd_hwdep_dsp_image_set_index(
obj,
_index,
);
}
void snd_hwdep_dsp_image_set_index(
ffi.Pointer<snd_hwdep_dsp_image_t> obj,
int _index,
) {
return _snd_hwdep_dsp_image_set_index(
obj,
_index,
);
}