Class ALVST3Host.TALVST3ClassInfo
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 23:53, 25 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: ALVST3Host
Contents |
Syntax
Delphi:
type TALVST3ClassInfo = class
C++ Builder:
class TALVST3ClassInfo
Visual C++ (MFC):
class CTALVST3ClassInfo
C# (.NET):
public ref class TALVST3ClassInfo
Summary
Basic Information about a class provided by the VST 3 Plug-in.
Description
Defines a class containing basic Information about a class provided by the VST 3 Plug-in.
Properties
Public
- SdkVersion - Returns the SDK version used to build this class.
- Version - Returns the Version string of the class.
- Vendor - Returns the Vendor string of the class.
- Flags - Returns the flags of the class.
- Name - Returns the name of the class.
- Category - Returns the category of the class.
- Cardinality - Returns the cardinality of the class.
- ID - Returns the class ID.
- SubCategories - Returns the module specific sub categories.