Enum VLDVDPlayer.TVLDVDSubMenu
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: VideoLabPkg
Unit: VLDVDPlayer
Contents |
Syntax
Delphi:
type TVLDVDSubMenu = (smTitle, smRoot, smSubPicture, smAudio, smAngle, smChapter);
C++ Builder:
enum TVLDVDSubMenu {smTitle, smRoot, smSubPicture, smAudio, smAngle, smChapter};
Visual C++ (MFC):
enum CTVLDVDSubMenu {smTitle, smRoot, smSubPicture, smAudio, smAngle, smChapter};
Summary
Specifies the DVD menu.
Description
Defines enumeration that specifies the DVD menu
Values
smTitle | 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. |
smRoot | Specifies the root menu for a VTS. |
smSubPicture | Specifies the subpicture submenu in a VTS menu. |
smAudio | Specifies the audio submenu in a VTS menu. |
smAngle | Specifies the angle submenu in a VTS menu. |
smChapter | Choose a chapter submenu in a VTS menu. |