Microsoft DirectX 8.0

DVD_WARNING Enumeration

Enumerated Types

Specifies DVD warning conditions.

Syntax

typedef enum _tagDVD_WARNING {
    DVD_WARNING_InvalidDVD1_0Disc=1,
    DVD_WARNING_FormatNotSupported=2,
	DVD_WARNING_IllegalNavCommand=3
} DVD_WARNING;

Elements

DVD_WARNING_InvalidDVD1_0Disc
DVD-Video disc is authored incorrectly. Playback can continue, but unexpected behavior might occur.
DVD_WARNING_FormatNotSupported
A decoder would not support the current format. Playback of a stream might not function.
DVD_WARNING_IllegalNavCommand
The internal DVD navigation command processor attempted to process an illegal command.

See Also

EC_DVD_WARNING