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

NAME

6       set_sound_input_source  -  Selects the audio input source. Allegro game
7       programming library.
8

SYNOPSIS

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

DESCRIPTION

16       Selects the audio input source. The parameter should be one of the val‐
17       ues:
18
19          SOUND_INPUT_MIC
20          SOUND_INPUT_LINE
21          SOUND_INPUT_CD
22

RETURN VALUE

24       The  function  returns  zero on success, or -1 if the hardware does not
25       provide an input select register (ie. you  have  no  control  over  the
26       input source).
27
28

SEE ALSO

30       start_sound_input(3)
31
32
33
34Allegro                          version 4.2.2       set_sound_input_source(3)
Impressum