Enum VLResize.TVLOutputResizeMode
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: VideoLabAdditionalPkg
Unit: VLResize
Contents |
Syntax
Delphi:
type TVLOutputResizeMode = (ormFrame, ormFrameRestart, ormCustom);
C++ Builder:
enum TVLOutputResizeMode {ormFrame, ormFrameRestart, ormCustom};
Visual C++ (MFC):
enum CTVLOutputResizeMode {ormFrame, ormFrameRestart, ormCustom};
Summary
Resize output modes enumeration.
Description
Defines enumeration with the resize output modes.
Values
ormFrame | Starting frame output resize mode. |
ormFrameRestart | Restart frame output resize mode. |
ormCustom | Custom output resize mode. |