This class represents an absolute value interface to a value of a video capture device property.
Header File: tisudshl.h
Namespace: DShowLib
Introduced in version 2.0
IVCDPropertyInterface
IVCDAbsoluteValueProperty
Method | Description | ||
getDefault | Returns the default value for this property. |
||
getDimFunction | Returns the dimension function, which describes how to map a linear range - such as a slider - to the range of the absolute values. This increases the usability for your programs. |
||
getDimType | Returns a string describing the physical dimension of the absolute value. |
||
getRange | Returns the minimum and maximum value of the range |
||
getRangeMax | Returns the maximum value of the range. |
||
getRangeMin | Returns the minimum value of the range. |
||
getValue | Gets the current value of the range. |
||
setValue | Sets the current value of the range. |
||
Enumeration | Description | ||
tAbsDimFunction | tAbsDimFunction enumerates all possible dimension functions. The dimension function describes how to map a linear range - such as a slider - to the range of the absolute values. This increases the usability for your programs. |
||