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 pro-
     gramming 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  pro-
     vide  an  input  select  register	(ie.  you have no control over the input
     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+15.1.quarterly>

home | help