1ALLEGRO_SAMPLE_ID(3)                                      ALLEGRO_SAMPLE_ID(3)
2
3
4

NAME

6       ALLEGRO_SAMPLE_ID - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro_audio.h>
10
11              typedef struct ALLEGRO_SAMPLE_ID ALLEGRO_SAMPLE_ID;
12

DESCRIPTION

14       An  ALLEGRO_SAMPLE_ID represents a sample being played via al_play_sam‐
15       ple(3).  It can be used to later  stop  the  sample  with  al_stop_sam‐
16       ple(3).   The underlying ALLEGRO_SAMPLE_INSTANCE can be extracted using
17       al_lock_sample_id(3).
18
19
20
21Allegro reference manual                                  ALLEGRO_SAMPLE_ID(3)
Impressum