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
SyntaxReadOnly 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
RemarksReturns 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