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

Defines DiscCopy write methods. More...

Enumerations

enum  Enum {
  FullRaw = 1,
  Raw2352 = 2,
  Raw = 3,
  Cooked = 4
}
 CDCopyWriteMethod::Enum. More...
 

Detailed Description

Defines DiscCopy write methods.

These values are used only when for CD writing.

See Also
DiscCopy

Enumeration Type Documentation

enum Enum

CDCopyWriteMethod::Enum.

Enumerator
FullRaw 

Raw Disc-At-Once CD Burning.

CRC and EDC information for data tracks and sub-channel information for audio tracks should be supplied by the application.

Raw2352 

Raw Disc-At-Once CD Burning.

PrimoBurner generates only the sub-channel information for all tracks. In this mode the application should provide valid RAW 2352 blocks.

Raw 

Raw Disc-At-Once CD Burning.

PrimoBurner generates the CRC and EDC information for data tracks and sub-channel information for audio tracks based on session definition and the track entries. In this mode the application should provide normal (not RAW) blocks during the burning.

Cooked 

Non-raw CD burning.

PrimoBurner uses SAO/TAO burning mode to write the requested data. PrimoBurner generates the CRC and EDC information for data tracks and sub-channel information for audio tracks based on session definition and the track entries. This method is suitable for writing images on devices that do not support RAW burning modes.