Enum VLDVDPlayer.TVLDVDLangExtension
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 TVLDVDLangExtension = (laNotSpecified, laCaptions, laVisuallyImpaired, laDirectorComments1, laDirectorComments2);
C++ Builder:
enum TVLDVDLangExtension {laNotSpecified, laCaptions, laVisuallyImpaired, laDirectorComments1, laDirectorComments2};
Visual C++ (MFC):
enum CTVLDVDLangExtension {laNotSpecified, laCaptions, laVisuallyImpaired, laDirectorComments1, laDirectorComments2};
Summary
Language extension enumeration.
Description
Defines enumeration for language extensions.
Values
laNotSpecified | The DVD doesn't specify an audio language extension for this audio stream. |
laCaptions | The audio stream contains captions. |
laVisuallyImpaired | The audio stream contains content for people with low vision. |
laDirectorComments1 | The audio stream contains "director comments 1." |
laDirectorComments2 | The audio stream contains "director comments 2." |