BASS_CONFIG_UNICODE config option

Use the Unicode character set in device information?

BASS_SetConfig(
    BASS_CONFIG_UNICODE,
    BOOL unicode
);

Parameters

unicodeIf TRUE, device information will be in UTF-8 form. Otherwise it will be ANSI.

Remarks

This config option determines what character set is used in the BASS_DEVICEINFO structure and by the BASS_RecordGetInputName function. The default setting is ANSI, and it can only be changed before BASS_GetDeviceInfo or BASS_Init or BASS_RecordGetDeviceInfo or BASS_RecordInit has been called.

Platform-specific

This config option is only available on Windows.

See also

BASS_GetConfig, BASS_SetConfig, BASS_DEVICEINFO structure