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 CdDriveSpeedChange event.

 

 

Syntax

 

[Visual Basic]

control.CdDriveAutoSpeedSet (

bAutoSpeed as enumBoolean

)


 

[C++]

void control.CdDriveAutoSpeedSet (

short bAutoSpeed

);


 

 

Parameter

Description

 

 

bAutoSpeed

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

Supported values are the following:

Mnemonic constant

Value

Meaning

BOOL_FALSE (default)

0

Disables automatic speed change.

BOOL_TRUE

1

Enables automatic speed change.

 

Return value

 

None