Sets the value of a config option.
BOOL BASS_SetConfig( DWORD option, DWORD value );
option | The option to set the value of... one of the following.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
value | The new option setting. See the option's documentation for details on the possible values. |
BASS_ERROR_ILLPARAM | option is invalid. |
Config options can be used at any time and are independent of initialization, ie. BASS_Init does not need to have been called beforehand.
Where a config option is shown to have a "BOOL" value, 0 (zero) is taken to be "FALSE" and anything else is taken to be "TRUE".