Class ALAudioMixer.TALAudioMixerChannelItem
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 44: | Line 44: | ||
== Pins == | == Pins == | ||
*[[Pin ALAudioMixer.TALAudioMixerChannelItem.InputPin|InputPin]] - The Audio Input Pin of the channel. | *[[Pin ALAudioMixer.TALAudioMixerChannelItem.InputPin|InputPin]] - The Audio Input Pin of the channel. | ||
+ | |||
+ | == From [[Class LPComponent.TLPCollectionItem|TLPCollectionItem]] == | ||
+ | |||
+ | == Methods == | ||
+ | |||
+ | === Public === | ||
+ | *[[Method function LPComponent.TLPCollectionItem.QueryInterface(TGUID;TPersistent) : HResult|function QueryInterface(IID : TGUID; Obj : TPersistent) : HResult]] | ||
[[Category:Classes]] | [[Category:Classes]] |
Revision as of 17:20, 18 October 2012
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.