DVDBuilder for C++  3.4
DVD Authoring Software Development Kit
primo::dvdbuilder::VR::VRDeviceError Namespace Reference

VRDeviceError namespace. More...

Enumerations

enum  Enum {
  Start = 0x00000800,
  End = 0x000008FF,
  Success = 0,
  IncompatibleMedia = (VRDeviceError::Start + 1),
  MediaNotPresent = (VRDeviceError::Start + 2),
  FileSystemError = (VRDeviceError::Start + 3),
  NotInitialized = (VRDeviceError::Start + 4),
  OutOfFreeSpace = (VRDeviceError::Start + 5)
}
 The VRDeviceError::Enum defines the possible errors generated by the video recording devices. More...
 

Detailed Description

VRDeviceError namespace.

Version
2.0

Enumeration Type Documentation

enum Enum

The VRDeviceError::Enum defines the possible errors generated by the video recording devices.

Version
2.0
Enumerator
Start 

This is not an actual error code.

This is a base value for SubpictureEncoder errors.

Success 

No error.

The operation is successful.

IncompatibleMedia 

The device can neither read from nor write to the disc.

A DVD disc is required.

MediaNotPresent 

There is no disc in the device.

FileSystemError 

Cannot recognize the existing file system on the disc.

The disc can be used after being erased.

NotInitialized 

In order to complete the required operation the device must be initialized first.

OutOfFreeSpace 

There's no free space on the disc.