Pin SLSubtract.TSLSubtract.NegativeInputPin
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.
Class: TSLSubtract
Contents |
Syntax
Delphi:
property NegativeInputPin : TSLOWQueuedRealSinkPin read FNegativeInputPin write FNegativeInputPin;
C++ Builder:
__property TSLOWQueuedRealSinkPin * NegativeInputPin = { read=FNegativeInputPin, write=FNegativeInputPin };
Summary
The negative input pin for the subtraction.
Description
NegativeInputPin is the Real(double) buffer data input pin of
the TSLSubtract component providing samples to subtract with.
You can connect this pin to any pin providing Real(double) buffer data.
Delphi example:
SLSubtract1.NegativeInputPin.Connect( SLSignalGen1.OutputPin );
C++ Builder example:
SLSubtract1->NegativeInputPin->Connect( SLSignalGen1->OutputPin );
Visual C++(MFC) example:
SLSubtract1.NegativeInputPin.Connect( SLSignalGen1.OutputPin );
C# example:
subtract1.NegativeInputPin.Connect( signalGen1.OutputPin );