Enum VLDVDPlayer.TVLDVDAvailableOption
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 TVLDVDAvailableOption = (aoPlayTitleOrAtTime, aoPlayChapter, aoPlayTitle, aoStop, aoReturnFromSubMenu, aoPlayChapterOrAtTime, aoPlayPrevOrReplayChapter, aoPlayNextChapter, aoPlayForwards, aoPlayBackwards, aoShowMenuTitle, aoShowMenuRoot, aoShowMenuSubPic, aoShowMenuAudio, aoShowMenuAngle, aoShowMenuChapter, aoResume, aoSelectOrActivateButton, aoStillOff, aoPauseOn, aoSelectAudioStream, aoSelectSubPicStream, aoSelectAngle, aoSelectKaraokeAudioPresentationMode, aoSelectVideoModePreference);
C++ Builder:
enum TVLDVDAvailableOption {aoPlayTitleOrAtTime, aoPlayChapter, aoPlayTitle, aoStop, aoReturnFromSubMenu, aoPlayChapterOrAtTime, aoPlayPrevOrReplayChapter, aoPlayNextChapter, aoPlayForwards, aoPlayBackwards, aoShowMenuTitle, aoShowMenuRoot, aoShowMenuSubPic, aoShowMenuAudio, aoShowMenuAngle, aoShowMenuChapter, aoResume, aoSelectOrActivateButton, aoStillOff, aoPauseOn, aoSelectAudioStream, aoSelectSubPicStream, aoSelectAngle, aoSelectKaraokeAudioPresentationMode, aoSelectVideoModePreference};
Visual C++ (MFC):
enum CTVLDVDAvailableOption {aoPlayTitleOrAtTime, aoPlayChapter, aoPlayTitle, aoStop, aoReturnFromSubMenu, aoPlayChapterOrAtTime, aoPlayPrevOrReplayChapter, aoPlayNextChapter, aoPlayForwards, aoPlayBackwards, aoShowMenuTitle, aoShowMenuRoot, aoShowMenuSubPic, aoShowMenuAudio, aoShowMenuAngle, aoShowMenuChapter, aoResume, aoSelectOrActivateButton, aoStillOff, aoPauseOn, aoSelectAudioStream, aoSelectSubPicStream, aoSelectAngle, aoSelectKaraokeAudioPresentationMode, aoSelectVideoModePreference};
Summary
Available DVD options enumeration.
Description
Defines enumeration of available DVD options.
Values
| aoPlayTitleOrAtTime | Can play seek or play segment in the title. |
| aoPlayChapter | Can play chapter. |
| aoPlayTitle | Can play title. |
| aoStop | Can stop. |
| aoReturnFromSubMenu | Can return from submenu. |
| aoPlayChapterOrAtTime | Can play a chapter within the current title and can play at a specified time within the current title. |
| aoPlayPrevOrReplayChapter | Can play previous chapter or replay chapter. |
| aoPlayNextChapter | Can play next chapter. |
| aoPlayForwards | Can play forwards. |
| aoPlayBackwards | Can play backwards. |
| aoShowMenuTitle | Can show title menu. |
| aoShowMenuRoot | Can show root menu. |
| aoShowMenuSubPic | Can show subpicture menu. |
| aoShowMenuAudio | Can show audio menu. |
| aoShowMenuAngle | Can show angle menu. |
| aoShowMenuChapter | Can show chapter menu. |
| aoResume | Can resume playing. |
| aoSelectOrActivateButton | Can select or activate a button. |
| aoStillOff | Can exit still mode. |
| aoPauseOn | Pause On is available. |
| aoSelectAudioStream | Can select audio stream. |
| aoSelectSubPicStream | Can select subpicture stream. |
| aoSelectAngle | Can select angle. |
| aoSelectKaraokeAudioPresentationMode | Can select Karaoke audio presentation mode. |
| aoSelectVideoModePreference | Can select video mode preference. |