Click or drag to resize

IMcCaptDeviceOpen Method

Opens a McCaptDevice object for capture.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Function Open As mcCaptureErrorCodes

Return Value

Type: mcCaptureErrorCodes
Remarks
This method is called to open the capture device before any control or access methods can be used. Devices can be opened multiple times and a reference counter is kept to syncronize with Close. Close won't actually close the device until the reference count is zero.
See Also