IMcCaptureActiveDevice Property
|
|
Gets or sets the active McCaptDevice object in the collection.
The active device is the device that will be the one to handle
capture operations by default using the Capture operator. However,
any available device may be accessed through the device collection
independent of the active device.
Namespace:
MediaCy.IQL.Capture
Assembly:
MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
SyntaxDefault Property ActiveDevice As McCaptDevice
Get
Set
Property Value
Type:
McCaptDevice
RemarksThe active device is the one that will be accessed by this object
(McCapture) to handle capture operations by default.
See Also