snd_timer_query_open_lconf method

int snd_timer_query_open_lconf(
  1. Pointer<Pointer<snd_timer_query_t>> handle,
  2. Pointer<Char> name,
  3. int mode,
  4. 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,
  );
}