VCDPropertyItems.Load Method

This method sets all property values to the values specified in the passed string.
Syntax:
Public Sub Load(LoadString As String)
Parameter Description
LoadString

A string containing property states in XML format.

Remarks:

The passed string is organized in an XML format. It contains the settings of properties of a video capture device. If the Load method is performed, all properties that are referred in this string are tried to be set to the values in this string. Properties that are not listed in the passed string keep unchanged. If properties are listed in the string that are not supported by the current video capture device, then they are ignored.

See also: VCDPropertyItems, VCDPropertyItems.Save

<< VCDPropertyItems