Enum VLDSCapture.TVLDSAdjustmentMode

From Mitov Wiki Doc
Jump to: navigation, search

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