Click or drag to resize

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
Syntax
VB
Default Property ActiveDevice As McCaptDevice
	Get
	Set

Property Value

Type: McCaptDevice
Remarks
The active device is the one that will be accessed by this object (McCapture) to handle capture operations by default.
See Also