Click or drag to resize

IMcCaptureManagerDevicesItem Property

Gets a capture device from the capture devices collection.

Namespace:  MediaCy.IQL.Capture.Manager
Assembly:  MediaCy.IQL.Capture.Manager (in MediaCy.IQL.Capture.Manager.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Default Property Item ( 
	Optional McDeviceId As Object = -1
) As IMcCaptureManagerDevice
	Get

Parameters

McDeviceId (Optional)
Type: SystemObject
Device number or name (McCaptDevActive or -1 for active device)

Property Value

Type: IMcCaptureManagerDevice
Remarks
Returns the capture device object specified by Device ID or Name. The device ID is just a zero-based index of the capture devices in the collection. You can specify McCaptDevActive or -1 to get the current active device.
See Also