snd_pcm_query_chmaps_from_hw method

Pointer<Pointer<snd_pcm_chmap_query_t>> snd_pcm_query_chmaps_from_hw(
  1. int card,
  2. int dev,
  3. int subdev,
  4. int stream,
)

Implementation

ffi.Pointer<ffi.Pointer<snd_pcm_chmap_query_t>> snd_pcm_query_chmaps_from_hw(
  int card,
  int dev,
  int subdev,
  int stream,
) {
  return _snd_pcm_query_chmaps_from_hw(
    card,
    dev,
    subdev,
    stream,
  );
}