Class VLDSCapture.TVLDSIntegerAdjustmentProperty
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: VLDSCapture
Inherits: TVLDSAdjustmentProperty
Contents |
Syntax
Delphi:
type TVLDSIntegerAdjustmentProperty = class( TVLDSAdjustmentProperty )
C++ Builder:
class TVLDSIntegerAdjustmentProperty : public TVLDSAdjustmentProperty
Visual C++ (MFC):
class CTVLDSIntegerAdjustmentProperty : public CTVLDSAdjustmentProperty
C# (.NET):
public ref class DSIntegerAdjustmentProperty : Mitov.VideoLab.DSAdjustmentProperty
Summary
Integer adjustment properties class.
Description
Defines class type for Integer adjustment properties.
Properties
Published
- Value - Integer value of the adjustment property.
Public
- RangesSupported - Ranges are supported for this property
- DefaultValue - Returns the default value of the property
- Delta - Returns the step size for the property.
- Max - Returns the maximum value of the property.
- Min - Returns the minimum value of the property.
From TVLDSAdjustmentProperty
Properties
Published
- Mode - Adjustment mode for the property - Manual or Automatic.
Public
- Modes - Set of available adjustment modes.