Pin ALCommonMeter.TALCommonMeter.InputPin
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Latest revision as of 00:11, 26 June 2013
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: TALCommonMeter
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 Meter.
Description
InputPin is the audio input pin of the Meter.
You can connect this pin to any pin providing audio data.
Delphi example:
ALVUMeter1.InputPin.Connect( ALAudioIn1.OutputPin );
C++ Builder example:
ALVUMeter1->InputPin->Connect( ALAudioIn1->OutputPin );
Visual C++(MFC/Win32) example:
ALVUMeter1.InputPin.Connect( ALAudioIn1.OutputPin );
C# example:
vuMeter1.InputPin.Connect( audioIn1.OutputPin );