McCaptSettings Interface
|
|
Capture settings collection object.
Namespace:
MediaCy.IQL.Capture
Assembly:
MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
SyntaxPublic Interface McCaptSettings
Inherits IMcCaptSettings
RemarksCapture 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