Class ALCompression.TALAudioCompressionItem
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 47: | Line 47: | ||
=== Public === | === Public === | ||
*[[Method function ALCompression.TALAudioCompressionItem.ShowDialog() : Boolean|function ShowDialog() : Boolean]] - Shows compression configuration dialog. | *[[Method function ALCompression.TALAudioCompressionItem.ShowDialog() : Boolean|function ShowDialog() : Boolean]] - Shows compression configuration dialog. | ||
+ | |||
+ | == From [[Class LPComponent.TLPCollectionItem|TLPCollectionItem]] == | ||
+ | |||
+ | == Methods == | ||
+ | |||
+ | === Public === | ||
+ | *[[Method function LPComponent.TLPCollectionItem.QueryInterface(TGUID;TLPCollectionItem) : HResult|function QueryInterface(IID : TGUID; Obj : TLPCollectionItem) : HResult]] | ||
[[Category:Classes]] | [[Category:Classes]] |
Revision as of 20:28, 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: AudioLabBasicPkg
Unit: ALCompression
Inherits: TLPCollectionItem
Contents |
Syntax
Delphi:
type TALAudioCompressionItem = class( TLPCollectionItem )
C++ Builder:
class TALAudioCompressionItem : public TLPCollectionItem
Visual C++ (MFC):
class CTALAudioCompressionItem : public CTLPCollectionItem
C# (.NET):
public ref class TALAudioCompressionItem : Vcl.VclCollectionItem
Summary
Audio compressor class.
Description
Defines a single audio compressor of the list of desired compressors.
Properties
Published
- Format - Specifies the audio compression format.
Public
- Name - The name of the compressor.
Methods
Public
- function ShowDialog() : Boolean - Shows compression configuration dialog.