1al_get_sample_instance_playing(3) al_get_sample_instance_playing(3)
23
4
NAME
6al_get_sample_instance_playing - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro_audio.h>
1011
bool al_get_sample_instance_playing(const ALLEGRO_SAMPLE_INSTANCE *spl)
12
DESCRIPTION
14Return true if the sample instance is in the playing state. This may
15be true even if the instance is not attached to anything.
16
SEE ALSO
18al_set_sample_instance_playing(3)
1920
21
22
Allegro reference manual al_get_sample_instance_playing(3)