PrimoBurner(tm) for C++  5.0
CD, DVD and Blu-ray Software Development Kit
Loading...
Searching...
No Matches
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 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.