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

Defines data image layout merge direction. More...

Enumerations

enum  Enum {
  Left = 0,
  Right = 1
}
 MergeDirection::Enum. More...
 

Detailed Description

Defines data image layout merge direction.

See the DataDisc::merge method for more details.

See Also
DataDisc::merge

Enumeration Type Documentation

enum Enum

MergeDirection::Enum.

Enumerator
Left 

The directory structure of the right-side DataDisc instance is merged into the directory structure of the left-side DataDisc instance.

The left-side instance is the one for which the DataDisc::merge method is called. The right-side instance is the instance that is passed as a parameter of the DataDisc::merge method.

Right 

The opposite of Left.