Pin SLSubtractComplex.TSLSubtractComplex.PositiveInputPin

From Mitov Wiki Doc
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: TSLSubtractComplex

Contents

Syntax

Delphi:

property PositiveInputPin : TSLOWQueuedComplexSinkPin read FPositiveInputPin write FPositiveInputPin;

C++ Builder:

__property TSLOWQueuedComplexSinkPin * PositiveInputPin = { read=FPositiveInputPin, write=FPositiveInputPin };

Summary

The positive input pin for the subtraction.

Description

PositiveInputPin is the complex buffer data input pin of the TSLSubtractComplex component providing samples to subtract from.

You can connect this pin to any pin providing Real(double) buffer data.


Delphi example:

SLSubtractComplex1.PositiveInputPin.Connect( SLGenericComplex1.OutputPin );

C++ Builder example:

SLSubtractComplex1->PositiveInputPin->Connect( SLGenericComplex1->OutputPin );

Visual C++(MFC) example:

SLSubtractComplex1.PositiveInputPin.Connect( SLGenericComplex1.OutputPin );

C# example:

subtractComplex1.PositiveInputPin.Connect( genericComplex1.OutputPin );

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox