snd_pcm_state method

int snd_pcm_state(
  1. Pointer<snd_pcm_t> pcm
)

Implementation

int snd_pcm_state(
  ffi.Pointer<snd_pcm_t> pcm,
) {
  return _snd_pcm_state(
    pcm,
  );
}