Enum VLDSCapture.TVLDSAdjustmentMode
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 38: | Line 38: | ||
|- | |- | ||
| [[Enum item VLDSCapture.TVLDSAdjustmentMode.amAutomatic|amAutomatic]] | | [[Enum item VLDSCapture.TVLDSAdjustmentMode.amAutomatic|amAutomatic]] | ||
− | | Automatically | + | | Automatically adjust the property. |
|- | |- | ||
| [[Enum item VLDSCapture.TVLDSAdjustmentMode.amManual|amManual]] | | [[Enum item VLDSCapture.TVLDSAdjustmentMode.amManual|amManual]] | ||
− | | Manually | + | | Manually adjust the property. |
|- | |- | ||
|} | |} | ||
[[Category:Enums]] | [[Category:Enums]] |
Revision as of 20:28, 10 June 2013
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: VLDSCapture
Contents |
Syntax
Delphi:
type TVLDSAdjustmentMode = (amUseCurrent, amAutomatic, amManual);
C++ Builder:
enum TVLDSAdjustmentMode {amUseCurrent, amAutomatic, amManual};
Visual C++ (MFC):
enum CTVLDSAdjustmentMode {amUseCurrent, amAutomatic, amManual};
Summary
Enumerated type for selecting the adjustment mode - Manual or Automatic.
Description
Defines enumerated type for selecting the adjustment mode - Manual or Automatic.
Values
amUseCurrent | Do not change the adjustment of the property. |
amAutomatic | Automatically adjust the property. |
amManual | Manually adjust the property. |