logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

       Checks whether the current audio input driver is capable of stereo recording.

Name

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

Return Value

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

See Also

start_sound_input(3alleg4),     get_sound_input_cap_parm(3alleg4),     get_sound_input_cap_bits(3alleg4),
       get_sound_input_cap_rate(3alleg4)

Allegro                                           version 4.4.3              get_sound_input_cap_stereo(3alleg4)

Synopsis

#include<allegro.h>intget_sound_input_cap_stereo();

See Also