set_sound_input_source - Man Page

Selects the audio input source. Allegro game programming library.

Synopsis

#include <allegro.h>

int set_sound_input_source(int source);

Description

Selects the audio input source. The parameter should be one of the values:

   SOUND_INPUT_MIC
   SOUND_INPUT_LINE
   SOUND_INPUT_CD

Return Value

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

See Also

start_sound_input(3)

Referenced By

start_sound_input(3).

version 4.4.3 Allegro manual