Pin SLCommonFilter.TSLCommonComplexFilter.InputPin

From Mitov Wiki Doc
Revision as of 00:29, 26 June 2013 by David Alm (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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: TSLCommonComplexFilter

Contents

Syntax

Delphi:

property InputPin : TSLOWComplexSinkPin read FInputPin write FInputPin;

C++ Builder:

__property TSLOWComplexSinkPin * InputPin = { read=FInputPin, write=FInputPin };

Summary

The Complex input pin of the filter.

Description

InputPin is the Complex buffer data input pin of the filter.

You can connect this pin to any pin providing Complex buffer data.


Delphi example:

SLGenericComplex1.InputPin.Connect( SLGenericComplex2.OutputPin );

C++ Builder example:

SLGenericComplex1->InputPin->Connect( SLGenericComplex2->OutputPin );

Visual C++(MFC/Win32) example:

SLGenericComplex1.InputPin.Connect( SLGenericComplex2.OutputPin );

Visual C++/CLI example:

genericComplex1->InputPin->Connect( genericComplex2->OutputPin );

C# example:

genericComplex1.InputPin.Connect( genericComplex2.OutputPin );

VB example:

GenericComplex1.InputPin.Connect( GenericComplex2.OutputPin )

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox