Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 | 
DVD_DOMAIN Enumeration
Defines the DVD domains.
Syntax
  typedef enum tagDVD_DOMAIN {
    DVD_DOMAIN_FirstPlay,
    DVD_DOMAIN_VideoManagerMenu, 
    DVD_DOMAIN_VideoTitleSetMenu,  
    DVD_DOMAIN_Title,         
    DVD_DOMAIN_Stop     
} DVD_DOMAIN;
Members
DVD_DOMAIN_FirstPlay
Performing default initialization of a DVD disc.
DVD_DOMAIN_VideoManagerMenu
Displaying menus for whole disc.
DVD_DOMAIN_VideoTitleSetMenu
Displaying menus for current title set.
DVD_DOMAIN_Title
Displaying the current title.
DVD_DOMAIN_Stop
The DVD Navigator is in the DVD Stop domain.
Remarks
This enumeration is used in the IDvdInfo2::GetCurrentDomain method.
A domain is a logical space on a DVD disc. When the DVD Navigator is displaying the disc's main menu, it is said to be in the Video Manager domain. When it is displaying a menu specific to a title, it is in the Video Title Set domain. When it is playing video, it is the Title domain. When the user issues a Stop command, the Navigator goes into the Stop domain.
Requirements
Header: Dshow.h
See Also