Class DSGraphProperty.TDSPin

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
Line 26: Line 26:
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TDSPin : [[Class Vcl.VclProperty|Vcl.VclProperty]]
+
'''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

Methods

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox