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 The name for a group of related video files (called "Chapters") on your DVD. For example, for a DVD called "My Summer Vacation," you might have the titles "Water Skiing," "New Friends," and "Hiking." For each of those titles, you might have one or more different video files. 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 The name for each individual video file on a DVD. For example, under the title "Water Skiing", you might have the chapters "My first try," "My first wreck," and "My first jump." submenu in a VTS menu.

Comments

For more detailed information, see the Microsoft documentation for the DVD_MENU_ID Enumeration.