Pin SLDivideComplex.TSLDivideComplex.DividerInputPin

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: TSLDivideComplex

Contents

Syntax

Delphi:

property DividerInputPin : TSLOWQueuedComplexSinkPin read FDividerInputPin write FDividerInputPin;

C++ Builder:

__property TSLOWQueuedComplexSinkPin * DividerInputPin = { read=FDividerInputPin, write=FDividerInputPin };

Summary

The divider input pin for the subtraction.

Description

DividerInputPin is the complex buffer data input pin of the TSLDivideComplex component providing Divider samples.

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


Delphi example:

SLDivideComplex1.DividerInputPin.Connect( SLGenericComplex1.OutputPin );

C++ Builder example:

SLDivideComplex1->DividerInputPin->Connect( SLGenericComplex1->OutputPin );

Visual C++(MFC) example:

SLDivideComplex1.DividerInputPin.Connect( SLGenericComplex1.OutputPin );

C# example:

divideComplex1.DividerInputPin.Connect( genericComplex1.OutputPin );

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox