Defines DiscCopy write methods.
More...
Defines DiscCopy write methods.
These values are used only when for CD writing.
- See Also
- DiscCopy
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.
|