1al_set_sample_instance_playing(3)            al_set_sample_instance_playing(3)
2
3
4

NAME

6       al_set_sample_instance_playing - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro_audio.h>
10
11              bool al_set_sample_instance_playing(ALLEGRO_SAMPLE_INSTANCE *spl, bool val)
12

DESCRIPTION

14       Change whether the sample instance is playing.
15
16       The instance does not need to be attached to anything (since: 5.1.8).
17
18       Returns true on success, false on failure.
19

SEE ALSO

21       al_get_sample_instance_playing(3)
22
23
24
25Allegro reference manual                     al_set_sample_instance_playing(3)
Impressum