get_mixer_voices(3) - Linux man page

Name

get_mixer_voices - Returns the number of voices allocated to the mixer. Allegro game programming library.

Synopsis

#include <allegro.h>

int get_mixer_voices(void);

Description

Returns the number of voices allocated to the mixer.

See Also

reserve_voices(3)