snd_hctl_nonblock method
Implementation
int snd_hctl_nonblock(
ffi.Pointer<snd_hctl_t> hctl,
int nonblock,
) {
return _snd_hctl_nonblock(
hctl,
nonblock,
);
}
int snd_hctl_nonblock(
ffi.Pointer<snd_hctl_t> hctl,
int nonblock,
) {
return _snd_hctl_nonblock(
hctl,
nonblock,
);
}