←Select platform

CurrentSpeedIndex Property

Summary

The current speed index for this writable drive.

Syntax

C#
VB
C++
public int CurrentSpeedIndex { get; set; } 
Public Property CurrentSpeedIndex As Integer 
public: 
property int CurrentSpeedIndex { 
   int get(); 
   void set (    int ); 
} 

Property Value

The current speed index for this writable drive.

Remarks

This index indicates which speed the drive is operating at for a burn operation. To obtain the list of supported speeds for the drive, check the MediaWriterDrive.Speeds Property. MediaWriterDrive.Speeds

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaWriter Assembly