1al_set_audio_stream_gain(3) al_set_audio_stream_gain(3)
23
4
NAME
6al_set_audio_stream_gain - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro_audio.h>
1011
bool al_set_audio_stream_gain(ALLEGRO_AUDIO_STREAM *stream, float val)
12
DESCRIPTION
14Set the playback gain of the stream.
1516
Returns true on success, false on failure. Will fail if the audio
17stream is attached directly to a voice.
18
SEE ALSO
20al_get_audio_stream_gain(3).
2122
23
24
Allegro reference manual al_set_audio_stream_gain(3)