logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

get_hardware_volume - Retrieves the hardware sound output volume. Allegro game programming library.

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.

Name

       get_hardware_volume - Retrieves the hardware sound output volume. Allegro game programming library.

See Also

set_hardware_volume(3alleg4), get_volume(3alleg4)

Allegro                                           version 4.4.3                     get_hardware_volume(3alleg4)

Synopsis

#include<allegro.h>voidget_hardware_volume(int*digi_volume,int*midi_volume);

See Also