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

Erase Types. More...

Enumerations

enum  Enum {
  Disc = 0x00,
  Minimal = 0x01,
  LastTrack = 0x02,
  UnreserveLastTrack = 0x03,
  UncloseLastTrack = 0x04,
  UncloseLastSession = 0x05,
  LastSession = 0x06
}
 EraseType::Enum. More...
 

Detailed Description

Erase Types.

See Also
Device::eraseEx

Enumeration Type Documentation

enum Enum

EraseType::Enum.

Enumerator
Disc 

Erase the entire disc.

Minimal 

Erase the PMA, 1st session TOC, pre-gap.

LastTrack 

Erase last incomplete track.

UnreserveLastTrack 

Unreserve the last reserved track.

UncloseLastTrack 

Erase the tail of a track - re-opens a complete track.

UncloseLastSession 

Reopen the last session.

LastSession 

Erase the last session.