Pin List ALChannelMerger.TALChannelMerger.InputPins

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

Contents

Syntax

Delphi:

property InputPins : TOWPinList read FInputPins write FInputPins;

C++ Builder:

__property TOWPinList InputPins = { read=FInputPins, write=FInputPins };

Summary

The Audio Input Pins of the merger.

Description

A list of Input Pins.

Use this property to connect the Inputs of the TALChannelMerger component to the data sources for the operation.


Delphi example:

ALChannelMerger1.InputPins[0].Connect( ALSignalGen1.OutputPin );
ALChannelMerger1.InputPins[1].Connect( ALSignalGen2.OutputPin );

C++ Builder example:

ALChannelMerger1->InputPins->Pins[0]->Connect( ALSignalGen1->OutputPin );
ALChannelMerger1->InputPins->Pins[1]->Connect( ALSignalGen2->OutputPin );

Visual C++(MFC/Win32) example:

ALChannelMerger1.InputPins[0].Connect( ALSignalGen1.OutputPin );
ALChannelMerger1.InputPins[1].Connect( ALSignalGen2.OutputPin );

C# example:

channelMerger1.InputPins[0].Connect( signalGen1.OutputPin );
channelMerger1.InputPins[1].Connect( signalGen2.OutputPin );

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox