snd_hctl_wait method
Implementation
int snd_hctl_wait(
ffi.Pointer<snd_hctl_t> hctl,
int timeout,
) {
return _snd_hctl_wait(
hctl,
timeout,
);
}
int snd_hctl_wait(
ffi.Pointer<snd_hctl_t> hctl,
int timeout,
) {
return _snd_hctl_wait(
hctl,
timeout,
);
}