Updated: October 28, 2024 |
Entry in an array of channel maps
#include <sys/asound.h> typedef struct snd_pcm_chmap_query { enum snd_pcm_chmap_type type; snd_pcm_chmap_t map; } snd_pcm_chmap_query_t;
The snd_pcm_chmap_query_t structure describes a channel map. It's used as the entries in an array returned by snd_pcm_query_chmaps(). The members include:
QNX Neutrino