PrimoBurner(tm) for C++
4.6
CD, DVD and Blu-ray Software Development Kit
|
Defines data image layout merge direction. More...
Enumerations | |
enum | Enum { Left = 0, Right = 1 } |
MergeDirection::Enum. More... | |
Defines data image layout merge direction.
See the DataDisc::merge method for more details.
enum 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. |