ltmmDVD_MENU_ID constants

    typedef enum ltmmDVD_MENU_ID
    {
        ltmmDVD_MENU_Title = 2, 
        ltmmDVD_MENU_Root = 3, 
        ltmmDVD_MENU_Subpicture =4, 
        ltmmDVD_MENU_Audio = 5, 
        ltmmDVD_MENU_Angle = 6, 
        ltmmDVD_MENU_Chapter = 7
    } ltmmDVD_MENU_ID;

The ltmmDVD_Menu_ID constants specify the DVD menu in a call to IltmmDVDControl::ShowMenu.

Constant

Description

ltmmDVD_MENU_Title

[2] The top menu in a DVD-Video volume. This menu provides access to all Video Title Set (VTS) menus on disc.

ltmmDVD_MENU_Root

[3] Specifies the root menu for a VTS.

ltmmDVD_MENU_Subpicture

[4] Specifies the subpicture submenu in a VTS menu.

ltmmDVD_MENU_Audio

[5] Specifies the audio submenu in a VTS menu.

ltmmDVD_MENU_Angle

[6] Specifies the angle submenu in a VTS menu.

ltmmDVD_MENU_Chapter

[7] Choose a chapter submenu in a VTS menu.

Comments

For more detailed information, see the Microsoft documentation for the DVD_MENU_ID Enumeration at http://msdn.microsoft.com/archive/default.asp?url=/library/en-us/directshow/htm/dvd_menu_idenumeration.asp.