Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
get_hardware_volume(3)		Allegro	manual		get_hardware_volume(3)

NAME
       get_hardware_volume - Retrieves the hardware sound output volume. Alle-
       gro 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(3), get_volume(3)

Allegro				 version 4.4.3		get_hardware_volume(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=get_hardware_volume&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help