![]() |
Previous | Next |
This property retrieves the current DVD domain of the DVD player.
Syntax
MediaPlayer.DVD.CurrentDomain
Possible Values
This property is a read-only ULONG containing one of the following 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. |
Remarks
The domain indicates the state of the DVD player.
Previous | Next |