snd_pcm_chmap_name method

Pointer<Char> snd_pcm_chmap_name(
  1. int val
)

Implementation

ffi.Pointer<ffi.Char> snd_pcm_chmap_name(
  int val,
) {
  return _snd_pcm_chmap_name(
    val,
  );
}