DVD_WARNING enumeration (dvdevcod.h)
[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]
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
} DVD_WARNING;
Constants
DVD_WARNING_InvalidDVD1_0Disc Value: 1 DVD-Video disc is authored incorrectly. Playback can continue, but unexpected behavior might occur. |
DVD_WARNING_FormatNotSupported Value: 2 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 Value: 3 The internal DVD navigation command processor attempted to process an illegal command. |
DVD_WARNING_Open Value: 4 File Open failed. |
DVD_WARNING_Seek Value: 5 File Seek failed. |
DVD_WARNING_Read File Read failed. |
Requirements
Requirement | Value |
---|---|
Header | dvdevcod.h (include Dshow.h) |