Used with BASS_ASIO_GetDeviceInfo to retrieve information on a device.
typedef struct { char *name; char *driver; } BASS_ASIO_DEVICEINFO;
name | Description of the device. |
driver | The filename of the driver. Further information can be obtained from the file using the GetFileVersionInfo Win32 API function. |