Sets the character set used in device information text.
BOOL BASS_ASIO_SetUnicode( BOOL unicode );
unicode | Use Unicode? If FALSE, ANSI is used, else UTF-16 is used. |
BASS_ERROR_NOTAVAIL | This function is only available before any devices have been enumerated. |
The character set choice is finalised in the first BASS_ASIO_GetDeviceInfo, BASS_ASIO_AddDevice or BASS_ASIO_Init call, and it cannot be changed after that. The default is to use ANSI.