Enum VLDVDPlayer.TVLDVDWarning
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: VideoLabPkg
Unit: VLDVDPlayer
Contents |
Syntax
Delphi:
type TVLDVDWarning = (dwInvalidDVD1_0Disc, dwFormatNotSupported, dwIllegalNavCommand, dwOpen, dwSeek, dwRead);
C++ Builder:
enum TVLDVDWarning {dwInvalidDVD1_0Disc, dwFormatNotSupported, dwIllegalNavCommand, dwOpen, dwSeek, dwRead};
Visual C++ (MFC):
enum CTVLDVDWarning {dwInvalidDVD1_0Disc, dwFormatNotSupported, dwIllegalNavCommand, dwOpen, dwSeek, dwRead};
Summary
Specifies DVD warning conditions.
Description
Defines enumeration for the DVD warning conditions.
Values
dwInvalidDVD1_0Disc | DVD-Video disc is authored incorrectly. |
dwFormatNotSupported | A decoder would not support the current format. |
dwIllegalNavCommand | Illegal DVD navigation command. |
dwOpen | File Open failed. |
dwSeek | File Seek failed. |
dwRead | File Read failed. |