Previous Topic Index Next Topic
[API function]

FSOUND_Record_GetDriverName

Returns the name of the selected recording driver. Drivers are enumerated when selecting a driver with
FSOUND_Record_SetDriver or other driver related functions such as FSOUND_Record_GetNumDrivers or FSOUND_Record_GetDriver

signed char * F_API FSOUND_Record_GetDriverName(
int id
);

Parameters

id Enumerated driver ID. This must be in a valid range delimited by FSOUND_Record_GetNumDrivers,

Return Value

On success, a pointer to a NULL terminated string containing the name of the specified device is returned. The number of drivers enumerated can be found with FSOUND_Record_GetNumDrivers.
On failure, NULL is returned.

Remarks

___________________
Supported on the following platforms : Win32, WinCE

See Also

FSOUND_Record_GetDriver , FSOUND_Record_GetNumDrivers , FSOUND_Record_SetDriver

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.