Copyright © 2006-2019 MultiMedia Soft

CdDriveReadRetriesNumberSet method

Previous pageReturn to chapter overviewNext page

Remarks

 

Sets the number of times to retry, before skipping the current CD sector, when an error occurs during the ripping of a CD track.

 

Each time a read error occurs, the container application is notified through the CdDriveReadError event.

 

When the number of errors exceeds the number of retries, audio data contained inside the bad sector is replaced with silence on the output file.

 

 

Syntax

 

[Visual Basic]

Public Function CdDriveReadRetriesNumberSet (

nRetries as Int16

) as enumErrorCodes


 

[C#]

public enumErrorCodes CdDriveReadRetriesNumberSet (

Int16 nRetries

);


 

[C++]

public: enumErrorCodes CdDriveReadRetriesNumberSet (

Int16 nRetries

);


 

 

Parameter

Description

 

 

nRetries

Number of retries. When this value is set to 0, no retry is performed. By default the number of retries is 2.

 

 

Return value

 

None