IPinInfo.Pin
Microsoft DirectShow 9.0 |
IPinInfo.Pin
- Note This topic is deprecated. It applies to Visual Basic 6.0. DirectShow is not supported for Visual Basic .NET or C#.
The Pin property retrieves the pin associated with this object.
Syntax
objPinInfo .Pin As Unknown
Parameters
This property takes no parameters.
Return Values
Returns the pin.
Remarks
The IPinInfo object is a wrapper for a DirectShow pin, because DirectShow pins expose the IPin interface, which is not Automation-compatible. This property returns the underlying pin as an IUnknown pointer. This property is provided for use with DLLs that take an IPin parameter.
This property is read-only.
Requirements
Reference: Add a reference to ActiveMovie control type library.
Library: Quartz.dll.
See Also