Previous Topic Index Next Topic
[API function]

FSOUND_Record_SetDriver

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

See Also

FSOUND_Record_GetDriver , FSOUND_Record_GetDriverName , FSOUND_Record_GetNumDrivers

This document copyright ©Firelight Technologies, Pty, Ltd, 1999-2002. All rights reserved.
Generated Fri Dec 20 16:31:09 2002 by SourceDoc v0.10, the automated source code documenter.