A ProcessorInstance with extra callbacks intended to allow scheduling different management and compute work over the course of a mix frame. Finally, additional audio can be appended to the final audio output.
public struct RootOutputInstance : IEquatable<RootOutputInstance>
Remarks
Usage of this is generally very low level, and intended to provide integration points for internal or external audio middleware, that share the same input/output resources as the host audio system. Create instances of these using ControlContext.AllocateRootOutput.