DVD_MENU_ID enumeration (strmif.h)

[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

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;

Constants

 
DVD_MENU_Title
Value: 2
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
Value: 3
Specifies the root menu for a VTS.
DVD_MENU_Subpicture
Value: 4
Specifies the subpicture submenu in a VTS menu.
DVD_MENU_Audio
Value: 5
Specifies the audio submenu in a VTS menu.
DVD_MENU_Angle
Value: 6
Specifies the angle submenu in a VTS menu.
DVD_MENU_Chapter
Value: 7
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

Requirement Value
Header strmif.h (include Dshow.h)

See also

DirectShow Enumerated Types

IDvdControl2::ShowMenu