DVDBuilder for C++
3.4
DVD Authoring Software Development Kit
|
Describes the DVDBuilder facilities that could generate errors. More...
Enumerations | |
enum | Enum { Success = 0, SystemWindows = 1, SystemMacOSStatus = 2, SystemMacMach = 3, SystemPosix = 4, VideoRecorder = 500, VRDevicePlugin = 501, VRDevice = 502, PBEngine = 503, DVDBuilder = 504, SubpictureEncoder = 505 } |
The ErrorFacility::Enum type describes the error source. More... | |
Describes the DVDBuilder facilities that could generate errors.
Each facility represents either an external component or a component implemented by DVDBuilder.
Often error codes will have the same value, but different meaning depending on the facility that generated the error.
enum Enum |
The ErrorFacility::Enum type describes the error source.
Enumerator | |
---|---|
Success |
No error. The operation is successful. |
SystemWindows |
Windows OS. |
SystemMacOSStatus |
MacOS Status. |
SystemMacMach |
Mac Mach Error. |
SystemPosix |
POSIX Error. |
VideoRecorder |
Video Recorder Error. |
VRDevicePlugin |
Device Plugin Error. |
VRDevice |
Device Error. See VRDeviceError::Enum. |
PBEngine |
PrimoBurner Error. |
DVDBuilder |
DVDBuilder Error. |
SubpictureEncoder |
Subpicture Encoder Error. |