snd_mixer_wait method

int snd_mixer_wait(
  1. Pointer<snd_mixer_t> mixer,
  2. int timeout
)

Implementation

int snd_mixer_wait(
  ffi.Pointer<snd_mixer_t> mixer,
  int timeout,
) {
  return _snd_mixer_wait(
    mixer,
    timeout,
  );
}