get_sound_input_cap_stereo - Man Page

Tells if the input driver is capable of stereo recording. Allegro game programming library.

Synopsis

#include <allegro.h>

int get_sound_input_cap_stereo();

Description

Checks whether the current audio input driver is capable of stereo  recording.

Return Value

Returns non-zero if the driver is capable of stereo recording.

See Also

start_sound_input(3), get_sound_input_cap_parm(3), get_sound_input_cap_bits(3), get_sound_input_cap_rate(3)

Referenced By

get_sound_input_cap_bits(3), get_sound_input_cap_parm(3), get_sound_input_cap_rate(3), start_sound_input(3).

version 4.4.3 Allegro manual