snd_hctl_elem_get_device method
Implementation
int snd_hctl_elem_get_device(
ffi.Pointer<snd_hctl_elem_t> obj,
) {
return _snd_hctl_elem_get_device(
obj,
);
}
int snd_hctl_elem_get_device(
ffi.Pointer<snd_hctl_elem_t> obj,
) {
return _snd_hctl_elem_get_device(
obj,
);
}