Retrieves information on the device being used.
void WINAPI BASS_GetInfo( |
Parameters
info | Pointer to store the information at. |
Remarks
The size member of the BASS_INFO structure must be initialized to the size of the structure before calling BASS_GetInfo (only the first size bytes of the structure will be filled). Obviously, BASS_Init must have been successfully called before calling BASS_GetInfo.
Example
To check if the current device has hardware support.
BASS_INFO info; |
See also
BASS_INFO structure