Unknown
From BASS WAS API
BASS_WASAPI_GetInfo
Retrieves information on the device being used.
BOOL BASS_WASAPI_GetInfo(
BASS_WASAPI_INFO *info
);
Parameters
| info | Pointer to a structure to receive the information. |
Return value
If successful, TRUE is returned, else FALSE is returned. Use BASS_ErrorGetCode to get the error code.Error codes
| BASS_ERROR_INIT | BASS_WASAPI_Init has not been successfully called. |