BASS_CONFIG_CD_AUTOSPEED config option

Automatically reduce the read speed when a read error occurs?

BASS_SetConfig(
    BASS_CONFIG_CD_AUTOSPEED,
    BOOL autospd
);

Parameters

autospdIf TRUE, the read speed will be halved when a read error occurs, before retrying (if the BASS_CONFIG_CD_RETRY config setting allows).

Remarks

By default, this option is disabled.

A BASS_SYNC_CD_SPEED sync can be set to be informed when the read speed has been automatically changed.

See also

BASS_CONFIG_CD_RETRY

BASS_GetConfig, BASS_SetConfig