HI
Orginal BASSCD Doku
"Remarks"
Only one stream can exist at a time per CD drive. If a stream using the drive already exists, this function will fail, unless the BASS_CONFIG_CD_FREEOLD config option is enabled.
BASS_SetConfig(
BASS_CONFIG_CD_FREEOLD,
BOOL freeold
);
Remarks
Only one stream can exist at a time per CD drive. So if a stream using the same drive already exists, stream creation function calls will fail, unless this config option is enabled to automatically free the existing stream. This is enabled by default.
Chris