![]() |
![]()
| ![]() |
![]()
NAMEget_sound_input_cap_parm - Detects if the specified recording parameters are supported. Allegro game programming library. SYNOPSIS#include <allegro.h> int get_sound_input_cap_parm(int rate, int bits, int stereo); DESCRIPTIONChecks whether the specified recording frequency, number of bits, and mono/stereo mode are supported (and how) by the current audio driver. RETURN VALUEThe function returns one of the following possible values:
SEE ALSOstart_sound_input(3), get_sound_input_cap_bits(3), get_sound_input_cap_rate(3), get_sound_input_cap_stereo(3)
|