Superclasses :
AUBase
Subclasses :
none
Header : AUOutputBase
class AUOutputBase : public AUBase
This is a base class for units that are the root of a graph.
Methods
Constructor
AUOutputBase(
ComponentInstance inInstance,
UInt32 numInputs,
UInt32 numOutputs,
UInt32 numGroups = 0
);
Control
virtual ComponentResult Start();
Override to perform actions when starting the graph running.
virtual ComponentResult Stop();
Override to perform actions when stopping the graph.
Other
static ComponentResult ComponentEntryDispatch(
ComponentParameters* params,
AUOutputBase* This
);