Enum VLResize.TVLOutputResizeMode

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
David Alm (Talk | contribs)
(Automated Syncronization with Documentation)

Latest revision as of 00:19, 22 November 2011

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.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox