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

FreeBSD Manual Pages

  
 
  

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

NAME
     start_sound_input	- Starts recording in the specified format. Allegro game
     programming library.

SYNOPSIS
     #include <allegro.h>

     int start_sound_input(int rate, int bits, int stereo);

DESCRIPTION
     Starts recording in the specified format, suspending audio playback as nec-
     essary if the card is not full duplex.

RETURN VALUE
     Returns the buffer size in bytes if successful, or zero on error.

SEE ALSO
     install_sound_input(3),	  read_sound_input(3),	    stop_sound_input(3),
     digi_recorder(3),	set_sound_input_source(3),  get_sound_input_cap_parm(3),
     get_sound_input_cap_bits(3),   get_sound_input_cap_rate(3),   get_sound_in-
     put_cap_stereo(3)

Allegro 			  version 4.4.3 	    start_sound_input(3)

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

home | help