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