|
VST 3 Interfaces
VST 3.6.5
SDK for developing VST Plug-in
|
#include "pluginterfaces/vst/vsttypes.h"#include "pluginterfaces/vst/ivstattributes.h"#include "pluginterfaces/base/falignpush.h"#include "pluginterfaces/base/falignpop.h"Data Structures | |
| class | IPrefetchableSupport |
| Indicates that the Plug-in could or not support Prefetch (dynamically). More... | |
Namespaces | |
| Steinberg | |
| Steinberg::Vst | |
| All VST specific interfaces are located in Vst namespace. | |
Typedefs | |
| typedef uint32 | PrefetchableSupport |
Enumerations | |
| enum | ePrefetchableSupport { kIsNeverPrefetchable = 0, kIsYetPrefetchable, kIsNotYetPrefetchable, kNumPrefetchableSupport } |