snd_hctl_first_elem method
Implementation
ffi.Pointer<snd_hctl_elem_t> snd_hctl_first_elem(
ffi.Pointer<snd_hctl_t> hctl,
) {
return _snd_hctl_first_elem(
hctl,
);
}
ffi.Pointer<snd_hctl_elem_t> snd_hctl_first_elem(
ffi.Pointer<snd_hctl_t> hctl,
) {
return _snd_hctl_first_elem(
hctl,
);
}