snd_pcm_avail method

int snd_pcm_avail(
  1. Pointer<snd_pcm_t> pcm
)

Implementation

int snd_pcm_avail(
  ffi.Pointer<snd_pcm_t> pcm,
) {
  return _snd_pcm_avail(
    pcm,
  );
}