Enum VLDVDPlayer.TVLDVDAudioLangExtetnsion
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 TVLDVDAudioLangExtetnsion = (aleNotSpecified, aleCaptions, aleVisuallyImpaired, aleDirectorComments1, aleDirectorComments2);
C++ Builder:
enum TVLDVDAudioLangExtetnsion {aleNotSpecified, aleCaptions, aleVisuallyImpaired, aleDirectorComments1, aleDirectorComments2};
Visual C++ (MFC):
enum CTVLDVDAudioLangExtetnsion {aleNotSpecified, aleCaptions, aleVisuallyImpaired, aleDirectorComments1, aleDirectorComments2};
Summary
Defines the DVD audio extensions.
Description
Defines enumeration for the DVD audio extensions.
Values
aleNotSpecified | The DVD doesn't specify an audio language extension for this audio stream. |
aleCaptions | The audio stream contains captions. |
aleVisuallyImpaired | The audio stream contains content for people with low vision. |
aleDirectorComments1 | The audio stream contains "director comments 1." |
aleDirectorComments2 | The audio stream contains "director comments 2." |