Query: set_volume
OS: mojave
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
set_volume(3alleg4) Allegro manual set_volume(3alleg4)NAMEset_volume - Alters the global sound output volume. Allegro game programming library.SYNOPSIS#include <allegro.h> void set_volume(int digi_volume, int midi_volume);DESCRIPTIONAlters the global sound output volume. Specify volumes for both digital samples and MIDI playback, as integers from 0 to 255, or pass a negative value to leave one of the settings unchanged. Values bigger than 255 will be reduced to 255. This routine will not alter the vol- ume of the hardware mixer if it exists (i.e. only your application will be affected).SEE ALSOinstall_sound(3alleg4), set_hardware_volume(3alleg4) Allegro version 4.4.2 set_volume(3alleg4)
Related Man Pages |
---|
install_sound(3alleg4) - centos |
install_sound(3alleg4) - suse |
install_sound(3alleg4) - netbsd |
install_sound(3alleg4) - v7 |
set_volume_per_voice(3alleg4) - linux |
Similar Topics in the Unix Linux Community |
---|
Disable / mute microphone from command line |