BASS_CONFIG_UNICODE config option
Use the Unicode character set in device information?
BASS_SetConfig(
BASS_CONFIG_UNICODE,
BOOL unicode
);
Parameters
| unicode | If TRUE, device information will be in UTF-8 form. Otherwise it will be ANSI. |
Use the Unicode character set in device information?
BASS_SetConfig(
BASS_CONFIG_UNICODE,
BOOL unicode
);
| unicode | If TRUE, device information will be in UTF-8 form. Otherwise it will be ANSI. |