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]
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
|