PrimoBurner for .NET  4.6
CD, DVD and Blu-ray Software Development Kit
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
DiscCopyTrackStatusEventArgs Class Reference

Provides information about the reading/writing progress of individual medium tracks. More...

Inherits EventArgs.

Properties

Int32 Percent [get, set]
 The percentage of the track data already written to/ read from the processed medium. More...
 
Int32 Track [get, set]
 The index of the track that is currently being written to/read from the processed medium. More...
 

Detailed Description

Provides information about the reading/writing progress of individual medium tracks.

See Also
DiscCopy.OnTrackStatus

Property Documentation

Int32 Percent
getset

The percentage of the track data already written to/ read from the processed medium.

Int32 Track
getset

The index of the track that is currently being written to/read from the processed medium.