PrimoBurner(tm) for C++  5.0
CD, DVD and Blu-ray Software Development Kit
Loading...
Searching...
No Matches
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 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.