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

Defines the medium ready status values returned by the Device::mediaState method. More...

Enumerations

enum  Enum {
  Present = 0,
  NotPresent = 1,
  StateUnknown = 2
}
 MediaReady::Enum. More...
 

Detailed Description

Defines the medium ready status values returned by the Device::mediaState method.

See Also
Device::mediaState

Enumeration Type Documentation

enum Enum

MediaReady::Enum.

Enumerator
Present 

Medium present.

NotPresent 

Medium not present.

StateUnknown 

Medium state is unknown.

Use the Device::unitReadyState method to get the state of the device.