debian man page for get_hardware_volume

Query: get_hardware_volume

OS: debian

Section: 3alleg4

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

get_hardware_volume(3alleg4)					  Allegro manual				      get_hardware_volume(3alleg4)

NAME
get_hardware_volume - Retrieves the hardware sound output volume. Allegro game programming library.
SYNOPSIS
#include <allegro.h> void get_hardware_volume(int *digi_volume, int *midi_volume);
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.
SEE ALSO
set_hardware_volume(3alleg4), get_volume(3alleg4) Allegro version 4.4.2 get_hardware_volume(3alleg4)
Related Man Pages
exmidi(3alleg4) - opendarwin
exmidi(3alleg4) - suse
exmidi(3alleg4) - mojave
exmidi(3alleg4) - netbsd
exmidi(3alleg4) - linux
Similar Topics in the Unix Linux Community
Detecting unused variables...
Weird 'find' results
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph