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

Provides data for the AudioCD.OnWriteTrack event. More...

Inherits EventArgs.

Properties

int PercentWritten [get, set]
 The percentage of the track data already written to the CD. More...
 
int Track [get, set]
 The index of the track that is currently being written to the CD. More...
 

Detailed Description

Provides data for the AudioCD.OnWriteTrack event.

See Also
AudioCD.OnWriteTrack

Property Documentation

int PercentWritten
getset

The percentage of the track data already written to the CD.

int Track
getset

The index of the track that is currently being written to the CD.