JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce_ExtensionsVisitor.h File Reference
This graph shows which files directly or indirectly include this file:

Classes

struct  juce::ExtensionsVisitor
 Create a derived implementation of this class and pass it to AudioPluginInstance::getExtensions() to retrieve format-specific information about a plugin instance. More...
 
struct  juce::ExtensionsVisitor::ARAClient
 Can be used to retrieve information about a plugin that provides ARA extensions. More...
 
struct  juce::ExtensionsVisitor::AudioUnitClient
 Can be used to retrieve information about an AudioUnit that is wrapped by an AudioProcessor. More...
 
struct  juce::ExtensionsVisitor::Unknown
 Indicates that there is no platform specific information available. More...
 
struct  juce::ExtensionsVisitor::VST3Client
 Can be used to retrieve information about a VST3 that is wrapped by an AudioProcessor. More...
 
struct  juce::ExtensionsVisitor::VSTClient
 Can be used to retrieve information about a VST that is wrapped by an AudioProcessor. More...
 

Namespaces

namespace  juce
 

Typedefs

typedef struct ComponentInstanceRecord * AudioComponentInstance
 
typedef AudioComponentInstance AudioUnit
 

Typedef Documentation

◆ AudioComponentInstance

typedef struct ComponentInstanceRecord* AudioComponentInstance

◆ AudioUnit