VST 3 SDK VST 3.8
SDK for developing VST plug-in
Loading...
Searching...
No Matches
ModuleInfo Struct Reference

#include <moduleinfo.h>

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
 

Member Typedef Documentation

◆ SnapshotList

using SnapshotList = std::vector<Snapshot>

◆ ClassList

using ClassList = std::vector<ClassInfo>

◆ CompatibilityList

using CompatibilityList = std::vector<Compatibility>

Member Data Documentation

◆ name

std::string name

◆ version

std::string version

◆ factoryInfo

FactoryInfo factoryInfo

◆ classes

ClassList classes

◆ compatibility

CompatibilityList compatibility
Empty

Copyright © Steinberg Media Technologies GmbH. All Rights Reserved. This documentation is under this license.