IPinInfo.Connect
Microsoft DirectShow 9.0 |
IPinInfo.Connect
- Note This topic is deprecated. It applies to Visual Basic 6.0. DirectShow is not supported for Visual Basic .NET or C#.
The Connect method connects this pin to another pin, using intermediate filters if needed.
Syntax
objPinInfo .Connect( objPin As IPinInfo)
Parameters
objPin
IPinInfo object that specifies the other pin in the connection.
Return Values
This method does not return a value.
Remarks
The objPin parameter can also specify a DirectShow pin. For more information, see IPinInfo.Pin.
Requirements
Reference: Add a reference to ActiveMovie control type library.
Library: Quartz.dll.
See Also