VCDPropertyInterface

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.

Information

    Introduced in IC Imaging Control 2.0

Inheritance

    VCDPropertyInterface
            VCDAbsoluteValueProperty
            VCDButtonProperty
            VCDRangeProperty
                    VCDMapStringsProperty
            VCDSwitchProperty

Properties

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.

Methods

Method Description
Update

Updates the internal cache of the property to match the device's state.

<< Classes