1get_sound_input_cap_stereo(3)   Allegro manual   get_sound_input_cap_stereo(3)
2
3
4

NAME

6       get_sound_input_cap_stereo  -  Tells  if the input driver is capable of
7       stereo recording. Allegro game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       int get_sound_input_cap_stereo();
14

DESCRIPTION

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

RETURN VALUE

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

SEE ALSO

24       start_sound_input(3),                      get_sound_input_cap_parm(3),
25       get_sound_input_cap_bits(3), get_sound_input_cap_rate(3)
26
27
28
29Allegro                          version 4.4.3   get_sound_input_cap_stereo(3)
Impressum