Enum VLDVDPlayer.TVLDVDSubPictureType
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 TVLDVDSubPictureType = (sptNotSpecified, sptLanguage, sptOther);
C++ Builder:
enum TVLDVDSubPictureType {sptNotSpecified, sptLanguage, sptOther};
Visual C++ (MFC):
enum CTVLDVDSubPictureType {sptNotSpecified, sptLanguage, sptOther};
Summary
Defines the DVD subpicture stream types.
Description
Defines enumeration for the DVD subpicture stream types.
Values
sptNotSpecified | The DVD does not specify the subpicture type. |
sptLanguage | The subpicture contains language-related content such as movie subtitles or other text. |
sptOther | The subpicture contains nonlanguage-related content such as a bouncing ball in karaoke titles. |