snd_hctl_find_elem method
Pointer<snd_hctl_elem_t>
snd_hctl_find_elem(
- Pointer<
snd_hctl_t> hctl, - Pointer<
snd_ctl_elem_id_t> id
Implementation
ffi.Pointer<snd_hctl_elem_t> snd_hctl_find_elem(
ffi.Pointer<snd_hctl_t> hctl,
ffi.Pointer<snd_ctl_elem_id_t> id,
) {
return _snd_hctl_find_elem(
hctl,
id,
);
}