|
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 |
optional interface to query the compatibility of the plug-ins classes More...
#include "iplugincompatibility.h"
Public Member Functions | |
| virtual tresult PLUGIN_API | getCompatibilityJSON (IBStream *stream)=0 |
| get the compatibility stream | |
Public Member Functions inherited from Steinberg::FUnknown | |
| virtual tresult PLUGIN_API | queryInterface (const TUID _iid, void **obj)=0 |
| Query for a pointer to the specified interface. | |
| virtual uint32 PLUGIN_API | addRef ()=0 |
| Adds a reference and returns the new reference count. | |
| virtual uint32 PLUGIN_API | release ()=0 |
| Releases a reference and returns the new reference count. | |
Static Public Attributes | |
| static const FUID | iid |
Static Public Attributes inherited from Steinberg::FUnknown | |
| static const FUID | iid |
optional interface to query the compatibility of the plug-ins classes
A plug-in can add a class with this interface to its class factory if it cannot provide a moduleinfo.json file in its plug-in package/bundle where the compatibility is normally part of.
If the module contains a moduleinfo.json the host will ignore this class.
The class must write into the stream an UTF-8 encoded json description of the compatibility of the other classes in the factory.
It is expected that the JSON5 written starts with an array:
Definition at line 105 of file iplugincompatibility.h.
|
pure virtual |
get the compatibility stream
| stream | the stream the plug-in must write the UTF8 encoded JSON5 compatibility string. |
|
static |
Definition at line 116 of file iplugincompatibility.h.