Click or drag to resize

IMcCaptDeviceSettings Property

Gets the capture device settings object.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Property Settings As McCaptSettings
	Get
	Set

Property Value

Type: McCaptSettings
Remarks
Returns the capture settings object held by this device. Settings are used for persistant storage of capture items related to a particular capture device. This includes the capture attributes and any custom-defined settings that clients may want to be stored on a device basis, such as capture UI element values or states.
See Also