class AUElementCreator
A superclass for objects that create AUElement objects.
CreateElement |
public pure virtual method |
virtual AUElement* CreateElement( AudioUnitScope scope, AudioUnitElement element ) = 0;
Creates and returns an element of the appropriate scope. This method gets overridden by other AUBase base classes in order to create specialized AUElement subclass instances approprate for that class.