Share via


DVDMenuIDConstants enumeration (segment.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

The DVDMenuID constants define menu type ID numbers used to display specific menus.

Syntax

typedef enum DVDMenuIDConstants {
  dvdMenu_Title = 2,
  dvdMenu_Root,
  dvdMenu_Subpicture,
  dvdMenu_Audio,
  dvdMenu_Angle,
  dvdMenu_Chapter
} ;

Constants

 
dvdMenu_Title
Value: 2
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 segment.h (include Msvidctl.h)

See also

MSVidWebDVD Constants

ShowMenu