.\" Automatically generated by Pandoc 3.1.3 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "ALLEGRO_SAMPLE_ID" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP ALLEGRO_SAMPLE_ID - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include typedef struct ALLEGRO_SAMPLE_ID ALLEGRO_SAMPLE_ID; \f[R] .fi .SH DESCRIPTION .PP 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). The underlying ALLEGRO_SAMPLE_INSTANCE can be extracted using al_lock_sample_id(3alleg5).