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

The Mode2BlockType::Enum enumeration defines the Mode2 block type. More...

Enumerations

enum  Enum {
  EndOfRecord = 0x01,
  Video = 0x02,
  Audio = 0x04,
  Data = 0x08,
  Trigger = 0x10,
  Form2 = 0x20,
  RealTime = 0x40,
  EndOfFile = 0x80
}
 Mode2BlockType::Enum. More...
 

Detailed Description

The Mode2BlockType::Enum enumeration defines the Mode2 block type.

The type of a Mode 2 block (sector) depends on the type of data that is stored in the sector like: audio, video or data.

Mode 2 sectors are used primarily in Video CD (VCD) and Super Video CD ((S)VCD) applications but also could be used to store any kind of data.

See Also
Mode2FormedSubheader
BlockSize::CDRomMode2Form1
BlockSize::CDRomMode2Form2

Enumeration Type Documentation

enum Enum

Mode2BlockType::Enum.

Enumerator
EndOfRecord 

End-of-Record.

Video 

Video Block.

Audio 

Audio Block (not traditional CD-DA audio)

Data 

Data Block.

Trigger 

Trigger Block.

Form2 

Form2 Indicator.

RealTime 

Real Time Block.

EndOfFile 

End-of-File.