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

Defines the DiscCopy read methods. More...

Enumerations

enum  Enum {
  FullRaw = 1,
  Raw2352 = 2
}
 CDCopyReadMethod::Enum. More...
 

Detailed Description

Defines the DiscCopy read methods.

These values are used only for CD reading.

See Also
DiscCopy

Enumeration Type Documentation

enum Enum

CDCopyReadMethod::Enum.

Enumerator
FullRaw 

Raw session at once, CRC and EDC information for data tracks and sub-channel information for audio tracks should be supplied by the application.

Raw2352 

Raw session at once, PrimoBurner generates only the sub-channel information for all tracks.

In this mode the application should provide valid RAW 2352 blocks.