snd_pcm_query_chmaps method

Pointer<Pointer<snd_pcm_chmap_query_t>> snd_pcm_query_chmaps(
  1. Pointer<snd_pcm_t> pcm
)

Implementation

ffi.Pointer<ffi.Pointer<snd_pcm_chmap_query_t>> snd_pcm_query_chmaps(
  ffi.Pointer<snd_pcm_t> pcm,
) {
  return _snd_pcm_query_chmaps(
    pcm,
  );
}