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

Sub-channel formats returned by the Device::RawCDRead method. More...

Enumerations

enum  Enum {
  None = 0x000,
  PWDeinterleaved = 0x001,
  PWRaw = 0x002
}
 SubChannelFormat::Enum. More...
 

Detailed Description

Sub-channel formats returned by the Device::RawCDRead method.

Enumeration Type Documentation

enum Enum

SubChannelFormat::Enum.

Enumerator
None 

No sub-channel information should be returned.

PWDeinterleaved 

The sub-channel data should be deinterleaved after it is read from the disc.

The sub-channel information is returned in the last BlockSize::PWChannelSize (96) bytes of a RAW block.