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

Provides data for the Device.OnWriteLeadOut event. More...

Inherits EventArgs.

Properties

Int32 AllBlocks [get, set]
 Total number of blocks that will be written. More...
 
Int32 Blocks [get, set]
 Number of blocks that were written. More...
 

Detailed Description

Provides data for the Device.OnWriteLeadOut event.

A Device.OnWriteLeadOut event is raised to report the progress during the recording of the lead out area of a session.

Property Documentation

Int32 AllBlocks
getset

Total number of blocks that will be written.

This is the size of the session lead-out in blocks.

Int32 Blocks
getset

Number of blocks that were written.