![]() |
![]()
| ![]() |
![]()
NAMEset_sound_input_source - Selects the audio input source. Allegro game programming library. SYNOPSIS#include <allegro.h> int set_sound_input_source(int source); DESCRIPTIONSelects the audio input source. The parameter should be one of the values:
RETURN VALUEThe 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 ALSOstart_sound_input(3)
|