snd_async_handler_get_fd method
Implementation
int snd_async_handler_get_fd(
ffi.Pointer<snd_async_handler_t> handler,
) {
return _snd_async_handler_get_fd(
handler,
);
}
int snd_async_handler_get_fd(
ffi.Pointer<snd_async_handler_t> handler,
) {
return _snd_async_handler_get_fd(
handler,
);
}