Enum VLTypes.TVLAspectRatioMode
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: VideoLabBasicPkg
Unit: VLTypes
Contents |
Syntax
Delphi:
type TVLAspectRatioMode = (arNone, arAuto, arCustom);
C++ Builder:
enum TVLAspectRatioMode {arNone, arAuto, arCustom};
Visual C++ (MFC):
enum CTVLAspectRatioMode {arNone, arAuto, arCustom};
Summary
Specifies the aspect ratio mode.
Description
Defines an enumeration that specifies the aspect ratio mode.
Values
arNone | Specifies no aspect ratio mode. |
arAuto | Specifies automatic aspect ratio mode. - The aspect ratio of the video file will be used when available. |
arCustom | Specifies custom aspect ratio mode. - The aspect ratio Width and Height properties will be used. |