ALLEGRO_SAMPLE_ID
Allegro 5 API
- Provided by: allegro5-doc (Version: 2:5.0.11-2)
- Source: allegro5
- Report a bug
Allegro 5 API
#include <allegro5/allegro_audio.h>
typedef struct ALLEGRO_SAMPLE_ID ALLEGRO_SAMPLE_ID;
An ALLEGRO_SAMPLE_ID represents a sample being played via al_play_sample(3alleg5). It can be used to later stop the sample with al_stop_sample(3alleg5).