snd_pcm_chmap_type_name method

Pointer<Int8> snd_pcm_chmap_type_name(
  1. int val
)

Implementation

ffi.Pointer<ffi.Int8> snd_pcm_chmap_type_name(
  int val,
) {
  return _snd_pcm_chmap_type_name(
    val,
  );
}