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

Defines a UDF file extent. More...

Public Member Functions

 UdfExtent ()
 Creates a new instance of the UdfExtent class More...
 

Properties

Int32 Address [get, set]
 Gets/Sets the logical block address at which the extent starts. More...
 
Int64 Length [get, set]
 Gets/Sets the extent length in bytes. More...
 
Int16 Partition [get, set]
 Reserved for future use. More...
 

Detailed Description

Defines a UDF file extent.

Version
2.20

Constructor & Destructor Documentation

UdfExtent ( )

Creates a new instance of the UdfExtent class

Property Documentation

Int32 Address
getset

Gets/Sets the logical block address at which the extent starts.

By default it is set 0.

Int64 Length
getset

Gets/Sets the extent length in bytes.

The extent length must be aligned to BlockSize.Dvd (or 2048 bytes).

Int16 Partition
getset

Reserved for future use.

Must be set to 0.