1ALLEGRO_SAMPLE_ID(3) Library Functions Manual ALLEGRO_SAMPLE_ID(3)
23
4
NAME
6ALLEGRO_SAMPLE_ID
7
SYNOPSIS
9#include <allegro5/allegro_audio.h>
1011
typedef struct ALLEGRO_SAMPLE_ID ALLEGRO_SAMPLE_ID;
12
DESCRIPTION
14An ALLEGRO_SAMPLE_ID represents a sample being played via al_play_sam‐
15ple(3). It can be used to later stop the sample with al_stop_sam‐
16ple(3).
1718
19
20
Allegro reference manual ALLEGRO_SAMPLE_ID(3)