snd_timer_query_open_lconf method
int
snd_timer_query_open_lconf(
- Pointer<
Pointer< handle,snd_timer_query_t> > - Pointer<
Char> name, - int mode,
- Pointer<
snd_config_t> lconf,
Implementation
int snd_timer_query_open_lconf(
ffi.Pointer<ffi.Pointer<snd_timer_query_t>> handle,
ffi.Pointer<ffi.Char> name,
int mode,
ffi.Pointer<snd_config_t> lconf,
) {
return _snd_timer_query_open_lconf(
handle,
name,
mode,
lconf,
);
}