Connects to the specified video input or multimedia file. This makes a DirectShow graph which needs to be activated with Run in order to make it active.

Several methods and properties work only after Connect has been successfully called.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void Connect()
Public Sub Connect
public:
void Connect()

See Also