Windows Media Player Control SDK Banner Art
*Contents *Index  *Topic Contents
*Previous Topic: EC_DVD_CURRENT_TIME
*Next Topic: EC_DVD_ERROR

EC_DVD_DOMAIN_CHANGE Event

Indicates the digital video disc (DVD) player's new domain.

Syntax

MediaPlayer_DVDNotify(Event, Param1, Param2)

Parameters

Event Value that resolves to 257 if this event occurs.
Param1 DWORD value indicating the new domain. See Remarks.
Param2 Zero.

Remarks

The domain parameter (Param1) can have any of the following possible values.

Value Constant Domain Description
1 FP_DOM FirstPlay Doing default initialization of a DVD disc.
2 VMGM_DOM VideoManagerMenu Displaying menus for whole disc.
3 VTSM_DOM VideoTitleSetMenu Displaying menus for current title set.
4 TT_DOM Title Displaying current title.
5 STOP_DOM Stop Player is in stopped state.

The DVD player signals this event whenever it changes domains. The domain indicates the state of the DVD player.

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.


Top of Page Top of Page
© 1999 Microsoft and/or its suppliers. All rights reserved. Terms of Use.