BASS_CONFIG_CD_CDDB_HELLO config option
The "hello" ID to use in CDDB requests.
BASS_SetConfigPtr(
BASS_CONFIG_CD_CDDB_HELLO,
char *id
);
Parameters
id | The ID, in the form of "emailname+emaildomain+appname+appversion". This is a URL-encoded string (the '+' are encoded spaces).
|
Remarks
A copy is made of the provided string, so it does not need to persist beyond the BASS_SetConfigPtr call. The default setting is "basscd+un4seen.com+BASSCD+<version>".
Platform-specific
On Windows, the BASS_UNICODE flag can be used with a UTF-16 string ("wchar_t" rather than "char").
See also
BASS_CONFIG_CD_CDDB_SERVER
BASS_GetConfigPtr, BASS_SetConfigPtr