JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce::ARAFactoryResult Struct Reference

Represents the result of AudioPluginFormatManager::createARAFactoryAsync(). More...

#include <juce_ARACommon.h>

Collaboration diagram for juce::ARAFactoryResult:

Public Attributes

ARAFactoryWrapper araFactory
 
String errorMessage
 

Detailed Description

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.

@tags{ARA}

Member Data Documentation

◆ araFactory

ARAFactoryWrapper juce::ARAFactoryResult::araFactory

◆ errorMessage

String juce::ARAFactoryResult::errorMessage

The documentation for this struct was generated from the following file: