AUOutputBase

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

public constructor


 AUOutputBase(
          ComponentInstance               inInstance,
          UInt32                          numInputs,
          UInt32                          numOutputs,
          UInt32                          numGroups = 0
    );



Control


Start

public virtual method


 virtual ComponentResult Start();

Override to perform actions when starting the graph running.



Stop

public virtual method


 virtual ComponentResult Stop();

Override to perform actions when stopping the graph.



Other


ComponentEntryDispatch

public static method


 static ComponentResult ComponentEntryDispatch(
          ComponentParameters*            params,
          AUOutputBase*                   This
    );