get_sound_input_cap_stereo - Tells if the input driver is capable of stereo recording. Allegro game
Contents
Description
Checks whether the current audio input driver is capable of stereo recording.
Name
get_sound_input_cap_stereo - Tells if the input driver is capable of stereo recording. Allegro game
programming library.
Return Value
Returns non-zero if the driver is capable of stereo recording.
See Also
start_sound_input(3alleg4), get_sound_input_cap_parm(3alleg4), get_sound_input_cap_bits(3alleg4), get_sound_input_cap_rate(3alleg4) Allegro version 4.4.3 get_sound_input_cap_stereo(3alleg4)
Synopsis
#include<allegro.h>intget_sound_input_cap_stereo();
