.\" Automatically generated by Pandoc 3.1.12.1 .\" .TH "al_set_audio_stream_playmode" "3" "" "Allegro reference manual" "" .SH NAME al_set_audio_stream_playmode \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] bool al_set_audio_stream_playmode(ALLEGRO_AUDIO_STREAM *stream, ALLEGRO_PLAYMODE val) .EE .SH DESCRIPTION Set the playback mode of the stream. .PP Returns true on success, false on failure. .SH SEE ALSO ALLEGRO_PLAYMODE(3), al_get_audio_stream_playmode(3).