snd_pcm_chmap_from_string method

int snd_pcm_chmap_from_string(
  1. Pointer<Char> str
)

Implementation

int snd_pcm_chmap_from_string(
  ffi.Pointer<ffi.Char> str,
) {
  return _snd_pcm_chmap_from_string(
    str,
  );
}