1get_mixer_voices(3) Allegro manual get_mixer_voices(3)
23
4
NAME
6get_mixer_voices - Returns the number of voices allocated to the mixer.
7Allegro game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
int get_mixer_voices(void);
14
DESCRIPTION
16Returns the number of voices allocated to the mixer.
1718
SEE ALSO
20reserve_voices(3)
2122
23
24
Allegro version 4.2.2 get_mixer_voices(3)