Class ALGraphicEqualizer.TALGraphicEqualizerChannelItem
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 46: | Line 46: | ||
=== 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: ALGraphicEqualizer
Inherits: TLPCollectionItem
Contents |
Syntax
Delphi:
type TALGraphicEqualizerChannelItem = class( TLPCollectionItem )
C++ Builder:
class TALGraphicEqualizerChannelItem : public TLPCollectionItem
Visual C++ (MFC):
class CTALGraphicEqualizerChannelItem : public CTLPCollectionItem
C# (.NET):
public ref class TALGraphicEqualizerChannelItem : Vcl.VclCollectionItem
Summary
Graphic equalizer channel collection item.
Description
Defines graphic equalizer channel collection item.
Properties
Published
- Coefficient - Coefficient for the particular frequency.
- Frequency - Specifies the frequency of the graphic equalizer channel.
- Enabled - Enables/Disables the equalizer channel.