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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaWriter Assembly