Selects a soundcard recording driver.
It is used when an output mode has enumerated more than one recording device and you need to select between them.
signed char F_API FSOUND_Record_SetDriver( int driver );
Parameters
driverno
Recording driver number to select.
<=0 will select the DEFAULT recording sound driver.
>0 Selects other valid drivers that can be listed with FSOUND_Record_GetDriverName.
Return Value
On success, TRUE is returned.
On failure, FALSE is returned.
Remarks
___________________
Supported on the following platforms : Win32, WinCE