DVD_MENU_ID Enumeration
Microsoft DirectShow 9.0 |
DVD_MENU_ID Enumeration
Specifies the DVD menu in a call to IDvdControl2::ShowMenu.
Syntax
typedef enum tagDVD_MENU_ID { DVD_MENU_Title = 2, DVD_MENU_Root = 3, DVD_MENU_Subpicture = 4, DVD_MENU_Audio = 5, DVD_MENU_Angle = 6, DVD_MENU_Chapter = 7 } DVD_MENU_ID;
Members
DVD_MENU_Title
Specifies the top menu in a DVD-Video volume. This menu is also known as the Title Menu or Video Manager Menu and it provides access to all VTS (Video Title Set) menus on the disc.
DVD_MENU_Root
Specifies the root menu for a VTS.
DVD_MENU_Subpicture
Specifies the subpicture submenu in a VTS menu.
DVD_MENU_Audio
Specifies the audio submenu in a VTS menu.
DVD_MENU_Angle
Specifies the angle submenu in a VTS menu.
DVD_MENU_Chapter
Choose a chapter submenu in a VTS menu.
Remarks
The root menu always provides a means of getting to the subpicture, audio, angle and chapter menus if they exist.
Requirements
Header: Dshow.h
See Also