PrimoBurner(tm) for C++
4.6
CD, DVD and Blu-ray Software Development Kit
|
Enumerations | |
enum | Enum { Start = 0x07000000, End = 0x07FFFFFF, Success = GenericError::Success, VideoTsIfoAccess = (VideoDVDError::Start + 1), VideoTsIfoSize = (VideoDVDError::Start + 2), VideoTsVobAccess = (VideoDVDError::Start + 3), VtsIfoAccess = (VideoDVDError::Start + 5), VtsIfoSize = (VideoDVDError::Start + 6), VtsVobAccess = (VideoDVDError::Start + 7), VtsVobSize = (VideoDVDError::Start + 8), VtsIfoCorrupted = (VideoDVDError::Start + 9), InvalidVtsSearchPointer = (VideoDVDError::Start + 10), VideoTsVobNotFound = (VideoDVDError::Start + 11), VideoTsVobNotExpected = (VideoDVDError::Start + 12), VideoTsVobIfoIncorrectSize = (VideoDVDError::Start + 13) } |
VideoDVDError::ENum. More... | |
VideoDVD error codes.
These codes are returned by ErrorInfo::code, when ErrorInfo::facility returns ErrorFacility::VideoDVD. To get an ErrorInfo object, call the VideoDVD::error method.
enum Enum |
VideoDVDError::ENum.
Enumerator | |
---|---|
Start |
This is not an actual error code. This is a base value for VideoDVD errors. |
Success |
Success. |
VideoTsIfoAccess |
Cannot access VIDEO_TS.IFO file. |
VideoTsIfoSize |
Invalid VIDEO_TS.IFO size. |
VideoTsVobAccess |
Cannot access VIDEO_TS.VOB file. |
VtsIfoAccess |
Cannot access VTS_NN_N.IFO file. |
VtsIfoSize |
Invalid VTS_NN_N.IFO size. |
VtsVobAccess |
Cannot access VTS_NN_N.VOB file. |
VtsVobSize |
Invalid VTS_NN_N.VOB size. |
VtsIfoCorrupted |
Corrupted VTS_NN_N.IFO file. |
InvalidVtsSearchPointer |
VIDEO_TS.IFO contains an invalid or negative VTS start address. |
VideoTsVobNotFound |
VIDEO_TS.VOB file cannot be found in the source folder. |
VideoTsVobNotExpected |
VIDEO_TS.VOB file should not be present in the source folder. |
VideoTsVobIfoIncorrectSize |
VIDEO_TS.VOB file and/or VIDEO_TS.IFO file have incorrect size. |