Represents the result of AudioPluginFormatManager::createARAFactoryAsync(). More...
#include <juce_ARACommon.h>
Public Attributes | |
ARAFactoryWrapper | araFactory |
String | errorMessage |
Represents the result of AudioPluginFormatManager::createARAFactoryAsync().
If the operation fails then araFactory will contain nullptr
, and errorMessage may contain a reason for the failure.
The araFactory member ensures that the module necessary for the correct functioning of the factory will remain loaded.
ARAFactoryWrapper ARAFactoryResult::araFactory |
String ARAFactoryResult::errorMessage |