PrimoBurner for .NET  5.0
CD, DVD and Blu-ray Software Development Kit
Loading...
Searching...
No Matches
UdfExtent Class Reference

Defines a UDF file extent. More...

Public Member Functions

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

Properties

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

Detailed Description

Defines a UDF file extent.

Version
2.20

Property Documentation

◆ Address

Int32 Address
getset

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

By default it is set 0.

◆ Length

Int64 Length
getset

Gets/Sets the extent length in bytes.

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

◆ Partition

Int16 Partition
getset

Reserved for future use.

Must be set to 0.