1al_get_channel_count(3) al_get_channel_count(3)
23
4
NAME
6al_get_channel_count - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro_audio.h>
1011
size_t al_get_channel_count(ALLEGRO_CHANNEL_CONF conf)
12
DESCRIPTION
14Return the number of channels for the given channel configuration,
15which is one of the values listed under ALLEGRO_CHANNEL_CONF(3).
1617
18
19
Allegro reference manual al_get_channel_count(3)