VCDPropertyItems.Supported Method

This method returns, whether the specified property item is supported by the current video capture device.
Syntax:
Public Function Supported(ItemIdentifier As String) As Boolean
Parameter Description
ItemIdentifier

A string containing the identifier string of the property item.

Return Value:

The method returns True, if the property item specified by ItemIdentifier is supported by the current video capture device. If the property item is not supported, this method returns False.

Remarks:

For available identifier strings see Standard Property Item Identifier Strings.

See also: VCDPropertyItems, Standard Property Item Identifier Strings

<< VCDPropertyItems