Enum VLDVDPlayer.TVLDVDSubPictureEncoding
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 TVLDVDSubPictureEncoding = (speRunLength, speExtended, speOther);
C++ Builder:
enum TVLDVDSubPictureEncoding {speRunLength, speExtended, speOther};
Visual C++ (MFC):
enum CTVLDVDSubPictureEncoding {speRunLength, speExtended, speOther};
Summary
Defines the DVD subpicture stream encoding.
Description
Defines enumeration for the DVD subpicture stream encoding.
Values
speRunLength | Indicates that the subpicture uses run length encoding. |
speExtended | Indicates that subpicture uses extended encoding. |
speOther | Indicates that the subpicture uses some other encoding scheme. |