Pin ALCommonSplitter.TALCommonSplitter.InputPin

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

Contents

Syntax

Delphi:

property InputPin : TALOWAudioSinkPin read FInputPin write FInputPin;

C++ Builder:

__property TALOWAudioSinkPin * InputPin = { read=FInputPin, write=FInputPin };

Summary

The input pin of the component.

Description

InputPin is the Audio buffer data input pin of the component.

You can connect this pin to any pin providing Audio buffer data.


Delphi example:

ALChannelSplitter1.InputPin.Connect( ALAudioIn1.OutputPin );

C++ Builder example:

ALChannelSplitter1->InputPin->Connect( ALAudioIn1->OutputPin );

Visual C++(MFC) example:

ALChannelSplitter1.InputPin.Connect( ALAudioIn1.OutputPin );

Visual C++/CLI example:

channelSplitter1->InputPin->Connect( audioIn1->OutputPin );

C# example:

channelSplitter1.InputPin.Connect( audioIn1.OutputPin );

VB example:

ChannelSplitter1.InputPin.Connect( AudioIn1.OutputPin )

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox