Class ALGraphicEqualizer.TALGraphicEqualizerChannelItem
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 40: | Line 40: | ||
*[[Property ALGraphicEqualizer.TALGraphicEqualizerChannelItem.Frequency|Frequency]] - Specifies the frequency of the graphic equalizer channel. | *[[Property ALGraphicEqualizer.TALGraphicEqualizerChannelItem.Frequency|Frequency]] - Specifies the frequency of the graphic equalizer channel. | ||
*[[Property ALGraphicEqualizer.TALGraphicEqualizerChannelItem.Enabled|Enabled]] - Enables/Disables the equalizer channel. | *[[Property ALGraphicEqualizer.TALGraphicEqualizerChannelItem.Enabled|Enabled]] - Enables/Disables the equalizer 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: 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.