Windows Media Player SDK banner art
PreviousNext

Player6.EC_DVD_ERROR

Signals a digital video disc (DVD) error condition.

Syntax

MediaPlayer_DVDNotify(Event, Param1, Param2)

Parameters

  Event

Value that resolves to 268 if this event occurs.

  Param1

DWORD value indicating the error condition. It can have one of the following possible values.

Value Error Condition
1 Unexpected. Something unexpected happened; perhaps content is incorrectly authored. Playback is stopped.
2 Copy Protect Fail. Key exchange for DVD copy protection failed. Playback is stopped.
3 Invalid DVD 1.0 Disc. DVD disc is incorrectly authored for v1.0. Playback is stopped.
4 Invalid Disc Region. The disc cannot be played because it is not authored to play in the system region. Possibly the region mismatch can be fixed by changing the system region with dvdrgn.exe.
6 Macrovision Fail. Macrovision distribution failed. Playback is stopped.
7 Incompatible System and Decoder Regions. No discs can be played because the system region does not match the decoder region.
8 Incompatible Disc And Decoder Regions. The disc cannot be played because the disc is not authored to be played in the decoder's region.

  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.

See Also

PreviousNext


© 2000-2001 Microsoft Corporation. All rights reserved.