snd_pcm_query_chmaps method
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,
);
}
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,
);
}