Class ALAudioMixer.TALAudioMixerChannelItem
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				 (Automated Syncronization with Documentation)  | 
		 (Automated Syncronization with Documentation)  | 
		||
| Line 50: | Line 50: | ||
=== Public ===  | === Public ===  | ||
| − | *[[Method function LPComponent.TLPCollectionItem.QueryInterface(TGUID;  | + | *[[Method function LPComponent.TLPCollectionItem.QueryInterface(TGUID;TLPCollectionItem) : HResult|function QueryInterface(IID : TGUID; Obj : TLPCollectionItem) : HResult]]  | 
[[Category:Classes]]  | [[Category:Classes]]  | ||
Revision as of 20:29, 10 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.
Package: AudioLabPkg
Unit: ALAudioMixer
Inherits: TLPCollectionItem
Contents | 
Syntax
Delphi:
type TALAudioMixerChannelItem = class( TLPCollectionItem )
C++ Builder:
class TALAudioMixerChannelItem : public TLPCollectionItem
Visual C++ (MFC):
class CTALAudioMixerChannelItem : public CTLPCollectionItem
C# (.NET):
public ref class TALAudioMixerChannelItem : Vcl.VclCollectionItem
Summary
Audio mixer channel collection item.
Description
Defines audio mixer channel collection item.
Properties
Published
- Coefficient - Coefficient for multiplying the audio before mixing it with the other channels.
 - Enabled - Enables/Disables the channel of the mixer.
 - WaitForDataBefore - The channel needs to obtain data before the mixed starts or not.
 - PrefillInterval - Prefill interval in milliseconds.
 
Pins
- InputPin - The Audio Input Pin of the channel.