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

Write Method. More...

Enumerations

enum  Enum {
  Unknown = 0x0000,
  Packet = 0x0001,
  Tao = 0x0002,
  Sao = 0x0004,
  RawDao = 0x0008,
  RawDao2352 = 0x0010,
  FullRawDao = 0x0020,
  DVDIncremental = 0x0040,
  DVDDao = 0x0080,
  DVDLayerJump = 0x0100,
  BluRay = 0x0200
}
 WriteMethod::Enum. More...
 

Detailed Description

Write Method.

Enumeration Type Documentation

enum Enum

WriteMethod::Enum.

Enumerator
Unknown 

No write method has been set yet.

Packet 

Packet writing.

Tao 

Track at once.

Sao 

Session at once.

RawDao 

Raw Disc-At-Once.

Normal user data.

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

RawDao2352 

Raw Disc-At-Once.

Raw user data.

PrimoBurner generates the sub-channel information only. In this mode the application should provide RAW 2352 byte blocks.

FullRawDao 

Raw Disc-At-Once.

Raw sector data.

In this mode the application should provide RAW 2448 byte blocks. CRC and EDC information for data tracks and sub-channel information for audio tracks should be supplied by the application.

DVDIncremental 

DVD Incremental Recording.

On CD media, this is known as packet recording and on DVD media it is known as Incremental Recording

DVDDao 

DVD Disc-At-Once.

DVDLayerJump 

DVD Layer Jump Recording.

This method is valid only on DVD-R Dual Layer media.

BluRay 

Blu-ray Disc Recording Method.