VCDPropertyItem.Update Method

Updates the internal cache of the item to match the video capture device's current state.
Syntax:
[C#]
public void Update
Remarks:

Some properties may be controlled externally at the video capture device while the element does not know about that. To prevent that inconsistency from happening, this function is used to update the property values of the property item.

See also: VCDPropertyItem

<< VCDPropertyItem