Click or drag to resize

McCaptSettings Interface

Capture settings collection object.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface McCaptSettings
	Inherits IMcCaptSettings
Remarks
Capture settings are the method to persist the state information of a capture device. All capture device attributes are automatically mapped as capture settings. In addition, clients can create their own capture settings that are stored along with the attributes, for example UI state information that will be persisted along with the device specific state info. Capture settings are persisted to a file on disk using the Load and Save methods. The settings are stored in an XML file format.
See Also