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 |
|||||||||||||
|
||||||||||||||
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 |