snd_timer_query_open_lconf method
int
snd_timer_query_open_lconf(
- Pointer<
Pointer< handle,snd_timer_query_> > - Pointer<
Int8> name, - int mode,
- Pointer<
snd_config_> lconf,
Implementation
int snd_timer_query_open_lconf(
ffi.Pointer<ffi.Pointer<snd_timer_query_>> handle,
ffi.Pointer<ffi.Int8> name,
int mode,
ffi.Pointer<snd_config_> lconf,
) {
return _snd_timer_query_open_lconf(
handle,
name,
mode,
lconf,
);
}