Microsoft DirectX 9.0

IPinInfo.ConnectDirect

The ConnectDirect method connects this pin directly to another pin, without using intermediate filters.

Syntax

objPinInfo.ConnectDirect(
    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.

See Also