JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Classes | Public Types | Public Attributes | List of all members
Steinberg::ModuleInfo Struct Reference

Classes

struct  ClassInfo
 
struct  Compatibility
 
struct  FactoryInfo
 
struct  Snapshot
 

Public Types

using SnapshotList = std::vector< Snapshot >
 
using ClassList = std::vector< ClassInfo >
 
using CompatibilityList = std::vector< Compatibility >
 

Public Attributes

std::string name
 
std::string version
 
FactoryInfo factoryInfo
 
ClassList classes
 
CompatibilityList compatibility
 

Detailed Description

Definition at line 48 of file moduleinfo.h.


Class Documentation

◆ Steinberg::ModuleInfo::ClassInfo

struct Steinberg::ModuleInfo::ClassInfo

Definition at line 68 of file moduleinfo.h.

Class Members
int32_t cardinality
string category
string cid
uint32_t flags
string name
string sdkVersion
SnapshotList snapshots
vector< string > subCategories
string vendor
string version

◆ Steinberg::ModuleInfo::Compatibility

struct Steinberg::ModuleInfo::Compatibility

Definition at line 83 of file moduleinfo.h.

Class Members
string newCID
vector< string > oldCID

◆ Steinberg::ModuleInfo::FactoryInfo

struct Steinberg::ModuleInfo::FactoryInfo

Definition at line 51 of file moduleinfo.h.

Class Members
string email
int32_t flags
string url
string vendor

◆ Steinberg::ModuleInfo::Snapshot

struct Steinberg::ModuleInfo::Snapshot

Definition at line 60 of file moduleinfo.h.

Class Members
string path
double scaleFactor

Member Typedef Documentation

◆ ClassList

Definition at line 89 of file moduleinfo.h.

◆ CompatibilityList

Definition at line 90 of file moduleinfo.h.

◆ SnapshotList

Definition at line 65 of file moduleinfo.h.

Member Data Documentation

◆ classes

ClassList Steinberg::ModuleInfo::classes

Definition at line 95 of file moduleinfo.h.

◆ compatibility

CompatibilityList Steinberg::ModuleInfo::compatibility

Definition at line 96 of file moduleinfo.h.

◆ factoryInfo

FactoryInfo Steinberg::ModuleInfo::factoryInfo

Definition at line 94 of file moduleinfo.h.

◆ name

std::string Steinberg::ModuleInfo::name

Definition at line 92 of file moduleinfo.h.

◆ version

std::string Steinberg::ModuleInfo::version

Definition at line 93 of file moduleinfo.h.


The documentation for this struct was generated from the following file: