1al_get_audio_stream_playmode(3) al_get_audio_stream_playmode(3)
23
4
NAME
6al_get_audio_stream_playmode - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro_audio.h>
1011
ALLEGRO_PLAYMODE al_get_audio_stream_playmode(
12const ALLEGRO_AUDIO_STREAM *stream)
13
DESCRIPTION
15Return the playback mode of the stream.
16
SEE ALSO
18ALLEGRO_PLAYMODE(3), al_set_audio_stream_playmode(3).
1920
21
22
Allegro reference manual al_get_audio_stream_playmode(3)