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.
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.
Method | Description |
---|---|
Equals | Checks if this instance equals another. |
GetHashCode | Retrieves a hash code based on this instance. |
Operator | Description |
---|---|
operator != | Checks if two instances are not equal. |
operator == | Checks if two instances are equal. |
ProcessorInstance | Convert this RootOutputInstance to its more general ProcessorInstance representation. |