Pin SLSubtractComplex.TSLSubtractComplex.NegativeInputPin
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: TSLSubtractComplex
Contents |
Syntax
Delphi:
property NegativeInputPin : TSLOWQueuedComplexSinkPin read FNegativeInputPin write FNegativeInputPin;
C++ Builder:
__property TSLOWQueuedComplexSinkPin * NegativeInputPin = { read=FNegativeInputPin, write=FNegativeInputPin };
Summary
The negative input pin for the subtraction.
Description
NegativeInputPin is the complex buffer data input pin of the
TSLSubtractComplex component providing samples to subtract
with.
You can connect this pin to any pin providing Real(double) buffer data.
Delphi example:
SLSubtractComplex1.NegativeInputPin.Connect( SLGenericComplex1.OutputPin );
C++ Builder example:
SLSubtractComplex1->NegativeInputPin->Connect( SLGenericComplex1->OutputPin );
Visual C++(MFC) example:
SLSubtractComplex1.NegativeInputPin.Connect( SLGenericComplex1.OutputPin );
C# example:
subtractComplex1.NegativeInputPin.Connect( genericComplex1.OutputPin );