iPlug2 - C++ Audio Plug-in Framework
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
IPlugAUFactory< Plug, MIDIIn > Class Template Reference

AudioUnit v2 Factory Class Template. More...

#include <IPlugAU.h>

Static Public Member Functions

static void * Construct (void *pMemory, AudioComponentInstance compInstance)
 
static void Destruct (void *pMemory)
 
static AudioComponentMethod Lookup (SInt16 selector)
 
static OSStatus Open (void *pSelf, AudioUnit compInstance)
 
static OSStatus Close (void *pSelf)
 
static AudioComponentPlugInInterface * Factory (const AudioComponentDescription *pInDesc)
 

Detailed Description

template<class Plug, bool MIDIIn>
class IPlugAUFactory< Plug, MIDIIn >

AudioUnit v2 Factory Class Template.

Definition at line 229 of file IPlugAU.h.

Member Function Documentation

◆ Close()

template<class Plug , bool MIDIIn>
static OSStatus IPlugAUFactory< Plug, MIDIIn >::Close ( void *  pSelf)
inlinestatic

Definition at line 290 of file IPlugAU.h.

◆ Construct()

template<class Plug , bool MIDIIn>
static void * IPlugAUFactory< Plug, MIDIIn >::Construct ( void *  pMemory,
AudioComponentInstance  compInstance 
)
inlinestatic

Definition at line 232 of file IPlugAU.h.

◆ Destruct()

template<class Plug , bool MIDIIn>
static void IPlugAUFactory< Plug, MIDIIn >::Destruct ( void *  pMemory)
inlinestatic

Definition at line 237 of file IPlugAU.h.

◆ Factory()

template<class Plug , bool MIDIIn>
static AudioComponentPlugInInterface * IPlugAUFactory< Plug, MIDIIn >::Factory ( const AudioComponentDescription *  pInDesc)
inlinestatic

Definition at line 299 of file IPlugAU.h.

◆ Lookup()

template<class Plug , bool MIDIIn>
static AudioComponentMethod IPlugAUFactory< Plug, MIDIIn >::Lookup ( SInt16  selector)
inlinestatic

Definition at line 242 of file IPlugAU.h.

◆ Open()

template<class Plug , bool MIDIIn>
static OSStatus IPlugAUFactory< Plug, MIDIIn >::Open ( void *  pSelf,
AudioUnit  compInstance 
)
inlinestatic

Definition at line 276 of file IPlugAU.h.


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