This class represents an interface to a value of a video capture device property. It is an abstract base class for several more specialized interfaces.
Namespace: TIS.Imaging
Introduced in version 2.0
VCDPropertyInterface
VCDAbsoluteValueProperty
VCDButtonProperty
VCDRangeProperty
VCDMapStringsProperty
VCDSwitchProperty
Property | Description | ||
Available | Returns whether this interface is currently available for reading and/or writing operations. |
||
InterfaceID | Returns the interface ID of this property interface. |
||
Parent | Returns the element this interface belongs to. |
||
ReadOnly | Returns whether this interface allows write operations. |
||
Method | Description | ||
Update | Updates the internal cache of the property to match the device's state. |
||