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