Windows Media Player SDK banner art
PreviousNext

Player6.EC_DVD_VALID_UOPS_CHANGE

Signals that the available set of DVD methods has changed.

Syntax

MediaPlayer_DVDNotify(Event, Param1, Param2)

Parameters

  Event

Value that resolves to 264 if this event occurs.

  Param1

DWORD value containing bits for all user operations, indicating which commands the digital video disc (DVD) explicitly disabled. Each bit in the DWORD represents the state (valid or not valid) of a user operation. If the bit corresponding to a user operation is set, then that user operation is not valid. For more information, see Remarks.

  Param2

Zero.

Remarks

The value of Param1 is a bit field defined as follows:

Bit User function
0 TimePlay, TimeSearch
1 ChapterPlay, ChapterSearch
2 TitlePlay
3 Stop
4 GoUp in TT_DOM domain, GoUp in Menu-space domain
5 TimeSearch, ChapterSearch
6 PrevPGSearch, TopPGSearch
7 NextPGSearch
8 ForwardScan
9 BackwardScan
10 MenuCall with a parameter value of 2 (Title Menu)
11 MenuCall with a parameter value of 3 (Root Menu)
12 MenuCall with a parameter value of 4 (Sub-picture Menu)
13 MenuCall with a parameter value of 5 (Audio Menu)
14 MenuCall with a parameter value of 6 (Angle Menu)
15 MenuCall with a parameter value of 7 (Chapter Menu)
16 ResumeFromMenu
17 UpperButtonSelect, LowerButtonSelect, LeftButtonSelect, RightButtonSelect, ButtonActivate, ButtonSelectAndActivate
18 StillOff
19 Pause
20 EC_DVD_AUDIO_STREAM_CHANGE
21 EC_DVD_SUBPICTURE_STREAM_CHANGE
22 EC_DVD_ANGLE_CHANGE

This event indicates only which operations are explicitly disabled by the content on the DVD disc, and does not guarantee that it is valid to call methods that are not disabled. For example, if no buttons are present, the ButtonActivate method won't work, even if the method is not explicitly disabled.

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.

PreviousNext


© 2000-2001 Microsoft Corporation. All rights reserved.