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.
The DVDMenuID constants define menu type ID numbers used to display specific menus.
Syntax
typedef enum {
dvdMenu_Title = 2,
dvdMenu_Root = dvdMenu_Title + 1,
dvdMenu_Subpicture = dvdMenu_Root + 1,
dvdMenu_Audio = dvdMenu_Subpicture + 1,
dvdMenu_Angle = dvdMenu_Audio + 1,
dvdMenu_Chapter = dvdMenu_Angle + 1
} DVDMenuIDConstants;
Constants
dvdMenu_Title
Title menu, also called the Video Manager Menu.dvdMenu_Root
Root menu, the menu for one video title set, which can contain one title or a group of titles.dvdMenu_Subpicture
Subpicture menu.dvdMenu_Audio
Audio menu.dvdMenu_Angle
Angle menu.dvdMenu_Chapter
Chapter menu.
Remarks
All the titles in a title set share the same Subpicture, Audio, Angle, and Chapter menus.
Requirements
Header | Declared in Segment.h; include Msvidctl.h. |
See Also
MSVidWebDVD Constants
ShowMenu
Send comments about this topic to Microsoft
Build date: 12/4/2008