![]() |
Previous | Next |
Signals a digital video disc (DVD) warning condition.
Syntax
MediaPlayer_DVDNotify(Event, Param1, Param2)
Parameters
Event
Value that resolves to 269 if this event occurs.
Param1
DWORD value indicating the warning condition. It can have one of the following possible values.
Value | Warning Condition |
1 | Invalid DVD 1.0 Disc. DVD disc is incorrectly authored. Playback can continue, but unexpected behavior may occur. |
2 | Format Not Supported. A decoder would not support the current format. Playback of a stream (audio, video, or sub-picture) may not function. |
3 | Illegal Nav Command. The internal DVD navigation command processor attempted to process an illegal command, or something unexpected happened (perhaps content is incorrectly authored). Playback is stopped. |
Param2
Zero.
Remarks
All domains raise this event. For more information on domains, see the CurrentDomain property.
For information on how to use this event code, see DVDNotify.
Previous | Next |