snd_pcm_chmap_print method

int snd_pcm_chmap_print(
  1. Pointer<snd_pcm_chmap_t> map,
  2. int maxlen,
  3. Pointer<Char> buf
)

Implementation

int snd_pcm_chmap_print(
  ffi.Pointer<snd_pcm_chmap_t> map,
  int maxlen,
  ffi.Pointer<ffi.Char> buf,
) {
  return _snd_pcm_chmap_print(
    map,
    maxlen,
    buf,
  );
}