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

FreeBSD Manual Pages

  
 
  

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

NAME
     get_sound_input_cap_stereo - Tells if the input driver is capable of stereo
     recording. Allegro game programming library.

SYNOPSIS
     #include <allegro.h>

     int get_sound_input_cap_stereo();

DESCRIPTION
     Checks  whether the current audio input driver is capable of stereo record-
     ing.

RETURN VALUE
     Returns non-zero if the driver is capable of stereo recording.

SEE ALSO
     start_sound_input(3),	get_sound_input_cap_parm(3),	   get_sound_in-
     put_cap_bits(3), get_sound_input_cap_rate(3)

Allegro 			  version 4.4.3    get_sound_input_cap_stereo(3)

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

home | help