Click or drag to resize

IMcCaptureDevicesItem Property

Gets a capture device from the capture devices collection.

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

Parameters

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

Property Value

Type: McCaptDevice
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