![]() |
Previous | Next |
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. It can have one 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. |
Param2
Zero.
Remarks
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.
Previous | Next |