snd_timer_query_next_device method

int snd_timer_query_next_device(
  1. Pointer<snd_timer_query_> handle,
  2. Pointer<snd_timer_id_> tid
)

Implementation

int snd_timer_query_next_device(
  ffi.Pointer<snd_timer_query_> handle,
  ffi.Pointer<snd_timer_id_> tid,
) {
  return _snd_timer_query_next_device(
    handle,
    tid,
  );
}