Class ALAudioMixer.TALAudioMixerChannelItem
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				 (Automated Syncronization with Documentation)  | 
		 (Automated Syncronization with Documentation)  | 
		||
| (4 intermediate revisions by one user not shown) | |||
| Line 26: | Line 26: | ||
=== C# (.NET): ===  | === C# (.NET): ===  | ||
<code>  | <code>  | ||
| − | '''public ref class'''   | + | '''public ref class''' AudioMixerChannelItem : [[Class LPComponent.TLPCollectionItem|Vcl.VclCollectionItem]]  | 
</code>  | </code>  | ||
== Summary ==  | == Summary ==  | ||
Latest revision as of 00:30, 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.
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 AudioMixerChannelItem : 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.