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::DataOverwrite Namespace Reference

Data Overwrite Flags. More...

Enumerations

enum  Enum {
  None = 0,
  Overwrite = 1
}
 DataOverwrite::Enum. More...
 

Detailed Description

Data Overwrite Flags.

Use these flags with the DataDisc::setDataOverwrite method to specify whether existing files on a DVD+RW, DVD-RAM and BD-RE disc should be physically overwritten or not.

See Also
DataDisc::setDataOverwrite
DataDisc::dataOverwrite

Enumeration Type Documentation

enum Enum

DataOverwrite::Enum.

Enumerator
None 

Specifies that files on the disc should not be overwritten.

Overwrite 

Specifies that new files should physically replace old files on the disc if both files have the same name and size and are logically placed in the same folder on the disc and in the new image layout.