Pin SLSubtract.TSLSubtract.PositiveInputPin

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
David Alm (Talk | contribs)
(Automated Syncronization with Documentation)

Latest revision as of 00:24, 22 November 2011

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 );

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox