Property DSGraphProperty.TDSPin.Pin
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TDSPin
Contents |
Syntax
Delphi:
property Pin : IPin read GetPin;
C++ Builder:
__property IPin Pin = { read=GetPin };
Summary
IPin interface of the DirectShow pin.
Description
Allows access the the IPin interface of the pin. This
property is reserved for advanced developers familiar with
DirectShow.