Class DSGraphProperty.TDSPin
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' DSPin : [[Class Vcl.VclProperty|Vcl.VclProperty]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 48: | Line 48: | ||
*[[Property DSGraphProperty.TDSPin.Types|Types]] - Allows access to individual media type supported by the pin. | *[[Property DSGraphProperty.TDSPin.Types|Types]] - Allows access to individual media type supported by the pin. | ||
*[[Property DSGraphProperty.TDSPin.Pin|Pin]] - IPin interface of the DirectShow pin. | *[[Property DSGraphProperty.TDSPin.Pin|Pin]] - IPin interface of the DirectShow pin. | ||
+ | |||
+ | == Methods == | ||
+ | |||
+ | === Public === | ||
+ | *[[Method function DSGraphProperty.TDSPin.GetPin() : IPin|function GetPin() : IPin]] | ||
[[Category:Classes]] | [[Category:Classes]] |
Latest revision as of 00:30, 26 June 2013
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.