Pin ALASFLogger.TALASFLogger.InputPin

From Mitov Wiki Doc
Revision as of 00:11, 26 June 2013 by David Alm (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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: TALASFLogger

Contents

Syntax

Delphi:

property InputPin : TALOWAudioSinkPin read FInputPin write FInputPin;

C++ Builder:

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

Summary

The Audio Input Pin of the component.

Description

AudioInputPin is the audio input pin of the component.

You can connect this pin to any pin providing audio data.


Delphi example:

ALASFLogger1.InputPin.Connect( ALWavePlayer1.OutputPin );

C++ Builder example:

ALASFLogger1->InputPin->Connect( ALWavePlayer1->OutputPin );

Visual C++(MFC) example:

ALASFLogger1.InputPin.Connect( ALWavePlayer1.OutputPin );

Visual C++/CLI example:

asfLogger1->InputPin->Connect( wavePlayer1->OutputPin );

C# example:

asfLogger1.InputPin.Connect( avePlayer1.OutputPin );

VB example:

ASFLogger1.InputPin.Connect( WavePlayer1.OutputPin )

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox