Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
set_sound_input_source(3)	Allegro	manual	     set_sound_input_source(3)

NAME
       set_sound_input_source  -  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 val-
       ues:

	  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 in-
       put source).

SEE ALSO
       start_sound_input(3)

Allegro				 version 4.4.3	     set_sound_input_source(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=set_sound_input_source&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help