DVD_WARNING Enumeration
Microsoft DirectShow 9.0 |
DVD_WARNING Enumeration
Specifies DVD warning conditions.
Syntax
typedef enum _tagDVD_WARNING { DVD_WARNING_InvalidDVD1_0Disc=1, DVD_WARNING_FormatNotSupported=2, DVD_WARNING_IllegalNavCommand=3, DVD_WARNING_Open = 4, DVD_WARNING_Seek = 5, DVD_WARNING_Read = 6 } DVD_WARNING;
Members
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 (audio, video or subpicture) might not function. lParam2 of the EC_DVD_WARNING event notification code contains the stream type (see AM_DVD_STREAM_FLAGS).
DVD_WARNING_IllegalNavCommand
The internal DVD navigation command processor attempted to process an illegal command.
DVD_WARNING_Open
File Open failed.
DVD_WARNING_Seek
File Seek failed.
DVD_WARNING_Read
File Read failed.
Requirements
Header: Dshow.h
See Also