PrimoBurner(tm) for C++
4.6
CD, DVD and Blu-ray Software Development Kit
|
Each facility represents the component that reports the error. More...
Variables | |
const int32_t | Codec = 9 |
Common errors for encoders, decoders, muxers, demuxers and other A/V components. More... | |
const int32_t | MacMach = 3 |
MacMach Error. | |
const int32_t | MacOSStatus = 2 |
MacOS Status. | |
const int32_t | Posix = 4 |
POSIX Error. | |
const int32_t | Success = 0 |
No error. More... | |
const int32_t | Windows = 1 |
Windows OS Error. | |
Each facility represents the component that reports the error.
Common error facilities.
The error facility (ErrorInfo::facility) determines how the error code (ErrorInfo::code) must be interpreted.
const int32_t Codec = 9 |
Common errors for encoders, decoders, muxers, demuxers and other A/V components.
const int32_t Success = 0 |
No error.
The operation is successful.