PrimoBurner(tm) for C++  4.7
CD, DVD and Blu-ray Software Development Kit
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Pages
primo::burner::UdfAllocDescType Namespace Reference

The UdfAllocDescType enumeration type defines allocation descriptor types that can be used in a UDF volume. More...

Enumerations

enum  Enum {
  Short = 1,
  Long = 2
}
 UdfAllocDescType::Enum. More...
 

Detailed Description

The UdfAllocDescType enumeration type defines allocation descriptor types that can be used in a UDF volume.

See Also
UdfVolumeProps
DataDisc::udfVolumeProps

Enumeration Type Documentation

enum Enum

UdfAllocDescType::Enum.

Enumerator
Short 

Short allocation descriptor.

Remarks
Use Short Allocation Descriptors for a Logical Volume that resides on a single volume with no intent to expand the Logical Volume beyond the single volume. For example a Logical Volume created for a standalone drive.
Long 

Long allocation descriptor.

Remarks
Use Long Allocation Descriptors for a Logical Volume that resides on a single volume with intent to later expand the Logical Volume beyond the single volume, or a Logical Volume that resides on multiple volumes. For example a Logical Volume created for a jukebox.