JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
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::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

 juce
 

Typedefs

typedef struct ComponentInstanceRecord * AudioComponentInstance
 
typedef AudioComponentInstance AudioUnit
 

Typedef Documentation

◆ AudioComponentInstance

typedef struct ComponentInstanceRecord* AudioComponentInstance

◆ AudioUnit