ltmmDVD_MENU_ID constants

The ltmmDVD_MENU_ID constants specify the DVD menu to display in the ltmmDVDControl.ShowMenu Method.

Const ltmmDVD_MENU_Title = 2, 
Const ltmmDVD_MENU_Root = 3, 
Const ltmmDVD_MENU_Subpicture =4, 
Const ltmmDVD_MENU_Audio = 5, 
Const ltmmDVD_MENU_Angle = 6, 
Const ltmmDVD_MENU_Chapter = 7

 

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, refer to 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.

See Also

ltmmDVDControl.ShowMenu Method