VCDAbsoluteValueProperty

This class represents an absolute value interface to a value of a video capture device property.

Information

    Introduced in IC Imaging Control 2.0

Inheritance

    VCDPropertyInterface
            VCDAbsoluteValueProperty

Properties

Property Description
Default

Returns the default value for this property.

DimFunction

Returns the dimension function, which describes how to map a linear range like a slider to the absolute values' range in order to achieve the best usability for your programs.

DimType

Returns the dimension type. This is a hint for applications how to connect this interface to UI elements like scrollbars to allow the best possible control.

RangeMax

Returns the maximum value.

RangeMin

Returns the minimum value.

Value

Returns or sets the absolute value.

<< Classes