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

Contains the parameters of the AudioCD.OnWriteProgress and AudioCD.OnReadProgress events. More...

Inherits EventArgs.

Properties

int All [get, set]
 The total number of CDDA blocks that will be read from / written to the CD. More...
 
int Position [get, set]
 The number of CDDA blocks that are already read from / written to the CD. More...
 

Detailed Description

Property Documentation

int All
getset

The total number of CDDA blocks that will be read from / written to the CD.

When writing this is always the size of the audio session in blocks.

int Position
getset

The number of CDDA blocks that are already read from / written to the CD.