This class represents a range interface to a value of a video capture device property.
Header File: tisudshl.h
Namespace: DShowLib
Introduced in version 2.0
IVCDPropertyInterface
IVCDRangeProperty
IVCDMapStringsProperty
| Method | Description | ||
| getDefault | Returns the default value of the range. |
||
| getDelta | Returns the length of the interval between the valid values of the range. |
||
| 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. |
||