Class DSGraphProperty.TDSPin
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.
Package: AudioLabBasicPkg
Unit: DSGraphProperty
Inherits: TInterfacedObject
Contents |
Syntax
Delphi:
type TDSPin = class( TInterfacedObject )
C++ Builder:
class TDSPin : public TInterfacedObject
Visual C++ (MFC):
class CTDSPin : public CLPComponent
C# (.NET):
public ref class DSPin : Vcl.VclProperty
Summary
DirectShow filter pin class.
Description
Defines DirectShow filter pin class.
This class allows access to a pin of a DirectShow filter in the graph.
Properties
Public
- TypeCount - Returns the number of media types supported by the pin.
- IsConnected - Returns true if the pin is connected.
- ID - Returns the ID of the pin.
- Name - Returns the name of the pin.
- PathName - Returns the path name of the pin.
- ConnectedTo - Returns the pin connected to this pin.
- Types - Allows access to individual media type supported by the pin.
- Pin - IPin interface of the DirectShow pin.