VCDSimpleProperty.Available Method

Checks whether the specified property item is supported by the current video capture device.
Syntax:
Public Function Available(id As String) As Boolean
Parameter Description
id

Identifier string of the VCDPropertyItem. A list of valid strings can be found in Standard Property Item Identifier Strings.

Return value:

True, if the VCDPropertyItem specified by id is available, otherwise False.

Limitations:

VCDSimpleProperty.Init has to be called before using this function.

Sample:

For a sample see Using the VCD Simple Property Class.

See Also: VCDSimpleProperty, VCDPropertyIDs, Standard Property Item Identifier Strings

<< VCDSimpleProperty