Object CDRInformation
CurrentWriteSpeed Property



Description

CurrentWriteSpeed sets and returns the write speed of the CDR-Device.

Syntax

                  object.CurrentWriteSpeed

Remarks

The possible writespeeds can be retrieved by reading the property SupportedWriteSpeed.

Example

The following example sets the write speed to 4x:

CDRInfo.CurrentWriteSpeed = 4;