Copyright © 2006-2019 MultiMedia Soft

CdDriveAutoSpeedSet method

Previous pageReturn to chapter overviewNext page

Remarks

 

Specifies if the speed of CD drive must be automatically halved after getting an error during the reading of a sector of CD track.

 

When the speed is automatically changed, the container application is notified through the CallbackForRecordersEvents delegate having the nEvent parameter set to EV_CD_SPEED_CHANGE.

 

 

Syntax

 

[Visual Basic]

Public Sub CdDriveAutoSpeedSet (

bAutoSpeed as Boolean

)


 

[C#]

public void CdDriveAutoSpeedSet (

bool bAutoSpeed

);


 

[C++]

public: void CdDriveAutoSpeedSet (

bool bAutoSpeed

);


 

 

Parameter

Description

 

 

bAutoSpeed

Boolean flag that specifies if the speed change must be automatic.

Supported values are the following:

Value

Meaning

false (default)

Disables automatic speed change.

true

Enables automatic speed change.

 

Return value

 

None