|
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 |
#include "pluginterfaces/vst/vsttypes.h"#include "pluginterfaces/vst/ivstattributes.h"#include "pluginterfaces/base/falignpush.h"#include "pluginterfaces/base/falignpop.h"Go to the source code of this file.
Classes | |
| class | Steinberg::Vst::IPrefetchableSupport |
| Indicates that the plug-in could or not support Prefetch (dynamically): Vst::IPrefetchableSupport. More... | |
Namespaces | |
| namespace | Steinberg::Vst |
| All VST specific interfaces are located in Vst namespace. | |
Typedefs | |
| typedef uint32 | Steinberg::Vst::PrefetchableSupport |
| Prefetchable Support Type. | |
Enumerations | |
| enum | Steinberg::Vst::ePrefetchableSupport { Steinberg::Vst::kIsNeverPrefetchable , Steinberg::Vst::kIsYetPrefetchable , Steinberg::Vst::kIsNotYetPrefetchable , kNumPrefetchableSupport } |
| Prefetchable Support Enum. More... | |