.\" Generated by the Allegro makedoc utility .TH get_hardware_volume 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME get_hardware_volume \- Retrieves the hardware sound output volume. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void get_hardware_volume(int *digi_volume, int *midi_volume); .SH DESCRIPTION Retrieves the hardware sound output volume, both for digital samples and MIDI playback, as integers from 0 to 255, or -1 if the information is not available. Parameters digi_volume and midi_volume must be valid pointers to int, or NULL if not interested in specific value. .SH SEE ALSO .BR set_hardware_volume (3alleg4), .BR get_volume (3alleg4)